We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc611a commit 9ee1412Copy full SHA for 9ee1412
graph_peak_caller/command_line_interface.py
@@ -35,7 +35,7 @@ def main():
35
36
37
def version(args):
38
- print("Graph Peak Caller v1.1.0")
+ print("Graph Peak Caller v1.1.1")
39
40
41
interface = \
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name='graph_peak_caller',
4
- version='1.1.0',
+ version='1.1.1',
5
description='Graph peak caller',
6
url='http://github.com/uio-bmi/graph_peak_caller',
7
author='Ivar Grytten and Knut Rand',
@@ -30,5 +30,5 @@
30
31
sudo python3 setup.py sdist
32
sudo python3 setup.py bdist_wheel
33
-twine upload dist/graph_peak_caller-1.1.0.tar.gz
+twine upload dist/graph_peak_caller-1.1.1.tar.gz
34
"""
0 commit comments