Skip to content

Commit 4ef47aa

Browse files
author
Ravi kumar
committed
Merge pull request #9 from ravigadila/setup2
change version
2 parents e4bc7dd + 9667b30 commit 4ef47aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
VERSION = 0.2
4+
VERSION = '0.2.1'
55

66
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
77
LONG_DESCRIPTION = readme.read()

0 commit comments

Comments
 (0)