Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit d7073f5

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent 6235641 commit d7073f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
test_suite='tests',
4545
tests_require=test_requirements,
4646
url='https://github.com/coreofscience/python-wostools',
47-
version='0.2.0',
47+
version='0.2.1',
4848
zip_safe=False,
4949
)

wostools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Core of Science"""
44
__email__ = 'dev@coreofscience.com'
5-
__version__ = '0.2.0'
5+
__version__ = '0.2.1'
66

77
from wostools.wostools import CollectionLazy, WosToolsError, Article
88

0 commit comments

Comments
 (0)