Skip to content

Commit 363fa0f

Browse files
committed
v0.9.1 with proper version string
1 parent c4e3461 commit 363fa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delphin/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# the warehouse project:
44
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
55

6-
__version__ = '0.9.0+dev'
6+
__version__ = '0.9.1'
77
__version_info__ = __version__.replace('.', ' ').replace('-', ' ').split()
88

99
__title__ = 'PyDelphin'

0 commit comments

Comments
 (0)