Skip to content

Commit

Permalink
Merge pull request #374 from qutech/issues/361_prepare_pypi_package
Browse files Browse the repository at this point in the history
Issues/361 prepare pypi package
  • Loading branch information
terrorfisch authored Sep 6, 2018
2 parents 1045b7e + 0bca6ff commit 9c2c0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
long_description = fh.read()

setup(name='qupulse',
version='0.1',
version='0.1.2',
description='A Quantum compUting PULse parametrization and SEquencing framework',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -42,5 +42,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
url="https://github.com/pypa/sampleproject",
url="https://github.com/qutech/qupulse",
)

0 comments on commit 9c2c0e8

Please sign in to comment.