Skip to content

Commit e0a1d4c

Browse files
committed
updated version to 0.1.2
1 parent 48f4bb1 commit e0a1d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: obstools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
110110
"""
111111

112-
__version__ = '0.1.1'
112+
__version__ = '0.1.2'
113113

114114
__author__ = 'Pascal Audet & Helen Janiszewski'
115115

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def find_version(*paths):
2626
author_email='[email protected]',
2727
maintainer='Pascal Audet, Helen Janiszewski',
2828
29-
url='https://github.com/nfsi-canada/OBStools/archive/OBStools-0.1.1.tar.gz',
29+
url='https://github.com/nfsi-canada/OBStools/archive/OBStools-0.1.2.tar.gz',
3030
classifiers=[
3131
'Development Status :: 3 - Alpha',
3232
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)