diff --git a/docs/conf.py b/docs/conf.py index 14a7960..a9bc373 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ # The short X.Y version version = '3.0' # The full version, including alpha/beta/rc tags -release = '3.0.0' +release = '3.0.1' # -- General configuration --------------------------------------------------- diff --git a/webware/Properties.py b/webware/Properties.py index a71eaa8..174209c 100644 --- a/webware/Properties.py +++ b/webware/Properties.py @@ -1,6 +1,6 @@ name = 'Webware for Python' -version = (3, 0, 0) +version = (3, 0, 1) status = 'stable'