Skip to content

Commit 0452974

Browse files
committed
REL: version 0.5.0
1 parent 8bd3525 commit 0452974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py-ws/setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
# Version of this package
1818
MAJOR=0
19-
MINOR=4
20-
PATCH=1
21-
devel=True
19+
MINOR=5
20+
PATCH=0
21+
devel=False
2222

2323
version = '{}.{}.{}'.format(MAJOR, MINOR, PATCH)
2424
if devel:

0 commit comments

Comments
 (0)