Skip to content

Commit 27e4c3c

Browse files
committed
bumped version number
1 parent 3339446 commit 27e4c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'The PyAuxetic Team'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.0.0'
25+
release = '2.0.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyauxetic/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
__copyright__ = 'Copyright 2021, The PyAuxetic Team'
2626
__credits__ = ['Mohammadreza Khoshbin', 'Javad Kadkhodapour']
2727
__license__ = 'AGPLv3'
28-
__version__ = "2.0.0"
28+
__version__ = "2.0.1"
2929
__maintainer__ = 'Mohammadreza Khoshbin'
3030
__email__ = 'm.khoshbin@live.com'
3131
__status__ = 'Production'

0 commit comments

Comments
 (0)