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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
odarbelaeze committed Aug 15, 2020
1 parent d672c24 commit acecc60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Translates isi web of knowledge files into python objects.",
"license": "MIT",
"title": "coreofscience/python-wostools",
"version": "v2.0.4",
"version": "v2.0.5",
"upload_type": "software",
"publication_date": "2018-08-13",
"creators": [
Expand All @@ -25,7 +25,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/coreofscience/python-wostools/tree/v2.0.4",
"identifier": "https://github.com/coreofscience/python-wostools/tree/v2.0.5",
"relation": "isSupplementTo"
},
{
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 2.0.5 (2020-08-15)

- Fix and prevent distribution accidents.

## 2.0.4 (2020-08-15)

- Add issue to the articles plain dict output.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/coreofscience/python-wostools",
version="2.0.4",
version="2.0.5",
zip_safe=False,
long_description_content_type="text/markdown",
)
2 changes: 1 addition & 1 deletion wostools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Core of Science"""
__email__ = "[email protected]"
__version__ = "2.0.4"
__version__ = "2.0.5"

from wostools.article import Article
from wostools.lazy import LazyCollection
Expand Down

0 comments on commit acecc60

Please sign in to comment.