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

Commit f91d067

Browse files
committed
Clean up bumpversion
1 parent 78f5673 commit f91d067

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

.zenodo.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"description": "Translates isi web of knowledge files into python objects.",
33
"license": "MIT",
4-
"title": "coreofscience/python-wostools: Add citation graph support",
5-
"version": "v0.2.0",
4+
"title": "coreofscience/python-wostools",
5+
"version": "v1.1.0",
66
"upload_type": "software",
77
"publication_date": "2018-08-13",
88
"creators": [
@@ -11,6 +11,11 @@
1111
"affiliation": "Core of science",
1212
"name": "Oscar David Arbeláe1ez E."
1313
},
14+
{
15+
"orcid": "0000-0002-1249-7128",
16+
"affiliation": "Core of science",
17+
"name": "Juan David Alzate Cardona"
18+
},
1419
{
1520
"name": "Daniel Stiven Valencia Hernandez",
1621
"affiliation": "Core of science"

requirements_dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
bumpversion==0.6.0
21
flake8==3.8.3
32
coverage==5.2.1
43
Sphinx==3.1.2

setup.cfg

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
[bumpversion]
2-
current_version = 1.1.0
3-
commit = True
4-
tag = True
5-
6-
[bumpversion:file:setup.py]
7-
search = version='{current_version}'
8-
replace = {new_version}
9-
10-
[bumpversion:file:.zenodo.json]
11-
search = v{current_version}
12-
replace = v{new_version}
13-
14-
[bumpversion:file:wostools/__init__.py]
15-
search = __version__ = '{current_version}'
16-
replace = {new_version}
17-
181
[bdist_wheel]
192
universal = 1
203

0 commit comments

Comments
 (0)