Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit beab54c

Browse files
authored
Fix pypi upload (#55)
1 parent 933b4f2 commit beab54c

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
@@ -4,7 +4,7 @@
44
from setuptools import find_packages
55
from setuptools import setup
66

7-
VERSION = ('0', '5', '1')
7+
VERSION = ('0', '5', '2')
88
__version__ = '.'.join(VERSION)
99

1010
with open('README.md') as f:

0 commit comments

Comments
 (0)