We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e21de9 commit b09d5e6Copy full SHA for b09d5e6
2 files changed
docs/source/conf.py
@@ -57,9 +57,9 @@
57
# built documents.
58
#
59
# The short X.Y version.
60
-version = '0.3'
+version = '0.3.1'
61
# The full version, including alpha/beta/rc tags.
62
-release = '0.3'
+release = '0.3.1'
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
setup.py
@@ -7,7 +7,7 @@ def read(fname):
7
8
setup(
9
name = "Fsdb",
10
- version = "0.3",
+ version = "0.3.1",
11
packages=['fsdb'],
12
13
author = "Ael",
0 commit comments