Skip to content

Commit a0fcef5

Browse files
committed
bump version to 2.13.1-alpha
1 parent d7e8519 commit a0fcef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyne/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class LogicError(Exception):
2222
pass
2323

24-
__version__ = '2.13.2'
24+
__version__ = '2.13.1-alpha'
2525

2626
from pytz import utc as LOCAL_TZ
2727
from decimal import Decimal as D

0 commit comments

Comments
 (0)