We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3339446 commit 27e4c3cCopy full SHA for 27e4c3c
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'The PyAuxetic Team'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '2.0.0'
+release = '2.0.1'
26
27
28
# -- General configuration ---------------------------------------------------
pyauxetic/__init__.py
@@ -25,7 +25,7 @@
__copyright__ = 'Copyright 2021, The PyAuxetic Team'
__credits__ = ['Mohammadreza Khoshbin', 'Javad Kadkhodapour']
__license__ = 'AGPLv3'
-__version__ = "2.0.0"
+__version__ = "2.0.1"
29
__maintainer__ = 'Mohammadreza Khoshbin'
30
__email__ = 'm.khoshbin@live.com'
31
__status__ = 'Production'
0 commit comments