Skip to content

Commit

Permalink
Minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgruenstaeudl committed Mar 10, 2021
1 parent d1a37b2 commit 527c30b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ python3 -m twine upload --repository testpypi dist/*
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps airpg
python3 -m twine upload dist/*
python3 -m pip install airp
python3 -m pip install airpg
```
-->

Expand Down
2 changes: 1 addition & 1 deletion airpg/scripts/airpg_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#############
# DEBUGGING #
#############
import ipdb
#import ipdb
# ipdb.set_trace()

#############
Expand Down
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="airpg",
version="1.0.8",
version="1.0.9",
author="Tilman Mehl, Michael Gruenstaeudl",
author_email="tilmanmehl@zedat.fu-berlin.de, m.gruenstaeudl@fu-berlin.de",
description="A package to automatically access the inverted repeats of archived plastid genomes",
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/michaelgruenstaeudl/airpg',
#download_url='https://github.com/michaelgruenstaeudl/airpg/archive/v1.0.8.tar.gz',
#download_url='https://github.com/michaelgruenstaeudl/airpg/archive/v1.0.9.tar.gz',
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
Expand Down

0 comments on commit 527c30b

Please sign in to comment.