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

Commit 5930ed1

Browse files
committed
Bump the version
1 parent f91d067 commit 5930ed1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Translates isi web of knowledge files into python objects.",
33
"license": "MIT",
44
"title": "coreofscience/python-wostools",
5-
"version": "v1.1.0",
5+
"version": "v2.0.0",
66
"upload_type": "software",
77
"publication_date": "2018-08-13",
88
"creators": [
@@ -25,7 +25,7 @@
2525
"related_identifiers": [
2626
{
2727
"scheme": "url",
28-
"identifier": "https://github.com/coreofscience/python-wostools/tree/v1.1.0",
28+
"identifier": "https://github.com/coreofscience/python-wostools/tree/v2.0.0",
2929
"relation": "isSupplementTo"
3030
},
3131
{

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
test_suite="tests",
4343
tests_require=test_requirements,
4444
url="https://github.com/coreofscience/python-wostools",
45-
version="1.1.0",
45+
version="2.0.0",
4646
zip_safe=False,
4747
long_description_content_type="text/markdown",
4848
)

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__ = "1.1.0"
5+
__version__ = "2.0.0"
66

77
from wostools.article import Article
88
from wostools.lazy import LazyCollection

0 commit comments

Comments
 (0)