Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebel committed Jul 4, 2019
1 parent 763bf71 commit 5beadf6
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 @@ -5,14 +5,14 @@

setuptools.setup(
name="measureSequences",
version="0.1.2",
version="0.1.6",
author="Benjamin Klebel",
author_email="[email protected]",
description="parse and run QD PPMS sequence files",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/bklebel/measureSequences",
download_url='https://github.com/bklebel/measureSequences/archive/0.1.2.tar.gz',
download_url='https://github.com/bklebel/measureSequences/archive/0.1.6.tar.gz',
# packages=setuptools.find_packages(),
packages=['measureSequences'],
install_requires=['numpy', 'PyQt5'],
Expand Down

0 comments on commit 5beadf6

Please sign in to comment.