Skip to content

Commit 9902798

Browse files
committed
Bump version number for patch release
1 parent 049d1a0 commit 9902798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = '3.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '3.0.2'
31+
release = '3.0.3'
3232

3333

3434
# -- General configuration ---------------------------------------------------

webware/Properties.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = 'Webware for Python'
22

3-
version = (3, 0, 2)
3+
version = (3, 0, 3)
44

55
status = 'stable'
66

0 commit comments

Comments
 (0)