Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
knutdrand committed Apr 6, 2018
1 parent 1dc611a commit 9ee1412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graph_peak_caller/command_line_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def main():


def version(args):
print("Graph Peak Caller v1.1.0")
print("Graph Peak Caller v1.1.1")


interface = \
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='graph_peak_caller',
version='1.1.0',
version='1.1.1',
description='Graph peak caller',
url='http://github.com/uio-bmi/graph_peak_caller',
author='Ivar Grytten and Knut Rand',
Expand Down Expand Up @@ -30,5 +30,5 @@
sudo python3 setup.py sdist
sudo python3 setup.py bdist_wheel
twine upload dist/graph_peak_caller-1.1.0.tar.gz
twine upload dist/graph_peak_caller-1.1.1.tar.gz
"""

0 comments on commit 9ee1412

Please sign in to comment.