From d0df29a02ad0592821c5c08957260bc5934d1c65 Mon Sep 17 00:00:00 2001 From: Geir Arne Hjelle Date: Sat, 16 Oct 2021 17:42:29 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.2=20=E2=86=92=200.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .github/workflows/publish_to_pypi.yml | 2 +- pyconfs/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1b29d53..9d3fa9a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.5.3 commit = True tag = True tag_name = v{new_version}-{now:%Y%m%d} diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 0b1f9ae..5844b9a 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -3,7 +3,7 @@ name: Publish to PyPI on: push: tags: - - v0.5.2(-[0-9]+)? + - v0.5.3(-[0-9]+)? jobs: publish: diff --git a/pyconfs/__init__.py b/pyconfs/__init__.py index 9985915..e75daf0 100644 --- a/pyconfs/__init__.py +++ b/pyconfs/__init__.py @@ -19,7 +19,7 @@ # Version of PyConfs # # This is automatically set using the bumpversion tool -__version__ = "0.5.2" +__version__ = "0.5.3" # Homepage for PyConfs