Skip to content

Commit 181ef47

Browse files
committedJun 21, 2021
Bump version: 0.1.2 → 0.1.3
1 parent 91b66f2 commit 181ef47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎magnets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Meghna Sarah Thomas"""
44
__email__ = 'meghnathomas@utexas.edu'
5-
__version__ = '0.1.2'
5+
__version__ = '0.1.3'
66

77

88
from magnets import utils

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33
commit = True
44
tag = True
55

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
test_suite='tests',
5858
tests_require=test_requirements,
5959
url='https://github.com/meghnathomas/magnets',
60-
version='0.1.2',
60+
version='0.1.3',
6161
zip_safe=False,
6262
)

0 commit comments

Comments
 (0)
Please sign in to comment.