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