We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0103dbd commit 2cab261Copy full SHA for 2cab261
docs/conf.py
@@ -28,7 +28,7 @@
28
# The short X.Y version
29
version = '3.0'
30
# The full version, including alpha/beta/rc tags
31
-release = '3.0.0'
+release = '3.0.1'
32
33
34
# -- General configuration ---------------------------------------------------
webware/Properties.py
@@ -1,6 +1,6 @@
1
name = 'Webware for Python'
2
3
-version = (3, 0, 0)
+version = (3, 0, 1)
4
5
status = 'stable'
6
0 commit comments