File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.1-dev
2
+ current_version = 0.0.1
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
6
- serialize =
6
+ serialize =
7
7
{major}.{minor}.{patch}-{release}+{build}
8
8
{major}.{minor}.{patch}+{build}
9
9
{major}.{minor}.{patch}-{release}
@@ -12,7 +12,7 @@ serialize =
12
12
[bumpversion:part:release]
13
13
optional_value = production
14
14
first_value = dev
15
- values =
15
+ values =
16
16
dev
17
17
production
18
18
Original file line number Diff line number Diff line change 3
3
# #########################
4
4
[metadata]
5
5
name = pubmed2pdf
6
- version = 0.0.1-dev
6
+ version = 0.0.1
7
7
description = A Python package to download PDFs from OA publications in PubMed
8
8
long_description = file: README.rst
9
9
You can’t perform that action at this time.
0 commit comments