Skip to content

Commit d38367c

Browse files
committed
PKG: bump to devel
1 parent 0452974 commit d38367c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py-ws/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# Version of this package
1818
MAJOR=0
1919
MINOR=5
20-
PATCH=0
21-
devel=False
20+
PATCH=1
21+
devel=True
2222

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

0 commit comments

Comments
 (0)