Skip to content

Commit

Permalink
Add version string in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvamsikrishnad committed Mar 20, 2020
1 parent ea9119c commit e0fe704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ def build_extension(self, ext):
# README file as long_description.
long_description = open('README.md', encoding='utf-8').read()

__version__ = '0.0.2'

setup(
name='qsimcirq',
version='0.0.1',
version=__version__,
author='Vamsi Krishna Devabathini',
author_email='[email protected]',
python_requires=('>=3.3.0'),
Expand Down

0 comments on commit e0fe704

Please sign in to comment.