We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9a30f commit 60bce6dCopy full SHA for 60bce6d
2 files changed
freidok_cli/version.py
@@ -1,2 +1,2 @@
1
# use 'bumpver' to change version
2
-__version__ = "1.0.0"
+__version__ = "1.1.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "freidok-cli"
3
-version = "1.0.0"
+version = "1.1.0"
4
description = "A command-line client for FreiDok, the publication platform of the University of Freiburg"
5
authors = ["Alexander Haupt <alexander.haupt@physiologie.uni-freiburg.de>"]
6
readme = "README.md"
@@ -40,7 +40,7 @@ include = '\.py$'
40
extend-exclude = '/models/'
41
42
[tool.bumpver]
43
-current_version = "1.0.0"
+current_version = "1.1.0"
44
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
45
commit_message = "Bump version to {new_version}"
46
commit = true
0 commit comments