Skip to content

Commit 25b327a

Browse files
committed
oops, we were advertising a very old version internally for quite some time
1 parent daebe47 commit 25b327a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/potr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
''' version is: (major, minor, patch, sub) with sub being one of 'alpha',
2626
'beta', 'final' '''
27-
VERSION = (1, 0, 0, 'final')
27+
VERSION = (1, 0, 3, 'alpha')

0 commit comments

Comments
 (0)