Skip to content

Commit 9ee1412

Browse files
committed
updated version numbers
1 parent 1dc611a commit 9ee1412

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graph_peak_caller/command_line_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def main():
3535

3636

3737
def version(args):
38-
print("Graph Peak Caller v1.1.0")
38+
print("Graph Peak Caller v1.1.1")
3939

4040

4141
interface = \

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='graph_peak_caller',
4-
version='1.1.0',
4+
version='1.1.1',
55
description='Graph peak caller',
66
url='http://github.com/uio-bmi/graph_peak_caller',
77
author='Ivar Grytten and Knut Rand',
@@ -30,5 +30,5 @@
3030
3131
sudo python3 setup.py sdist
3232
sudo python3 setup.py bdist_wheel
33-
twine upload dist/graph_peak_caller-1.1.0.tar.gz
33+
twine upload dist/graph_peak_caller-1.1.1.tar.gz
3434
"""

0 commit comments

Comments
 (0)