Skip to content

Commit

Permalink
Bump version number for patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Apr 27, 2023
1 parent 36dd749 commit a274894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -28,7 +28,7 @@
# The short X.Y version
version = '3.0'
# The full version, including alpha/beta/rc tags
release = '3.0.8'
release = '3.0.9'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion webware/Properties.py
@@ -1,6 +1,6 @@
name = 'Webware for Python'

version = (3, 0, 8)
version = (3, 0, 9)

status = 'stable'

Expand Down

0 comments on commit a274894

Please sign in to comment.