Skip to content

Commit

Permalink
Bump version: 0.5.4 → 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle committed Oct 20, 2021
1 parent 78d2b87 commit 320812c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.4
current_version = 0.5.5
commit = True
tag = True
tag_name = v{new_version}-{now:%Y%m%d}
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ abstract: "Unified handling of configuration files in Python"
authors:
- family-names: "Hjelle"
given-names: "Geir Arne"
version: 0.5.4
version: 0.5.5
date-released: 2019-10-01
repository-code: "https://github.com/gahjelle/pyconfs"
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion pyconfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Version of PyConfs
#
# This is automatically set using the bumpversion tool
__version__ = "0.5.4"
__version__ = "0.5.5"


# Homepage for PyConfs
Expand Down

0 comments on commit 320812c

Please sign in to comment.