This repository was archived by the owner on Oct 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-20
lines changed
Expand file tree Collapse file tree 3 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 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" : [
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"
Original file line number Diff line number Diff line change 1- bumpversion==0.6.0
21flake8==3.8.3
32coverage==5.2.1
43Sphinx==3.1.2
Original file line number Diff line number Diff line change 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]
192universal = 1
203
You can’t perform that action at this time.
0 commit comments