We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b66f2 commit 181ef47Copy full SHA for 181ef47
magnets/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Meghna Sarah Thomas"""
4
__email__ = 'meghnathomas@utexas.edu'
5
-__version__ = '0.1.2'
+__version__ = '0.1.3'
6
7
8
from magnets import utils
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.2
+current_version = 0.1.3
commit = True
tag = True
setup.py
@@ -57,6 +57,6 @@
57
test_suite='tests',
58
tests_require=test_requirements,
59
url='https://github.com/meghnathomas/magnets',
60
- version='0.1.2',
+ version='0.1.3',
61
zip_safe=False,
62
)
0 commit comments