We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa937ff commit 6f7ddd4Copy full SHA for 6f7ddd4
docs/source/conf.py
@@ -57,9 +57,9 @@
57
# built documents.
58
#
59
# The short X.Y version.
60
-version = '0.3.1'
+version = '0.3.2'
61
# The full version, including alpha/beta/rc tags.
62
-release = '0.3.1'
+release = '0.3.2'
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.1",
+ version = "0.3.2",
11
packages=['fsdb'],
12
13
author = "Ael",
0 commit comments