Skip to content

Commit 60bce6d

Browse files
committed
Bump version to 1.1.0
1 parent 5a9a30f commit 60bce6d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

freidok_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# use 'bumpver' to change version
2-
__version__ = "1.0.0"
2+
__version__ = "1.1.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "freidok-cli"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "A command-line client for FreiDok, the publication platform of the University of Freiburg"
55
authors = ["Alexander Haupt <alexander.haupt@physiologie.uni-freiburg.de>"]
66
readme = "README.md"
@@ -40,7 +40,7 @@ include = '\.py$'
4040
extend-exclude = '/models/'
4141

4242
[tool.bumpver]
43-
current_version = "1.0.0"
43+
current_version = "1.1.0"
4444
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
4545
commit_message = "Bump version to {new_version}"
4646
commit = true

0 commit comments

Comments
 (0)