Skip to content

Commit c84062a

Browse files
author
Nick MacCarthy
committed
fix: type set for version
1 parent 6c4b9cd commit c84062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
version = {}
1818
with open(os.path.join(here, 'datemath', '_version.py')) as f:
1919
exec(f.read(), version)
20-
VERSION = version['__version__']
20+
VERSION = str(version['__version__'])
2121

2222

2323
setup(

0 commit comments

Comments
 (0)