We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5421681 commit f537344Copy full SHA for f537344
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.1
+current_version = 0.0.2-dev
3
commit = True
4
tag = False
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-]+)*))?
setup.cfg
@@ -3,7 +3,7 @@
##########################
[metadata]
name = pubmed2pdf
6
-version = 0.0.1
+version = 0.0.2-dev
7
description = A Python package to download PDFs from OA publications in PubMed
8
long_description = file: README.rst
9
0 commit comments