From 099a4786bc252cb39e887d8667d0e7962e37d1ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Aug 2023 20:36:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.46=20=E2=86=92=200.0.47?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- piel/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e6d273a4..7ce387b4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.46 +current_version = 0.0.47 commit = True tag = True diff --git a/piel/__init__.py b/piel/__init__.py index f3304cdf..d9ed9031 100644 --- a/piel/__init__.py +++ b/piel/__init__.py @@ -22,4 +22,4 @@ __author__ = """Dario Quintero""" __email__ = "darioaquintero@gmail.com" -__version__ = "0.0.46" +__version__ = "0.0.47" diff --git a/setup.py b/setup.py index 7213c0fc..e5a2f15e 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/daquintero/piel", - version="0.0.46", + version="0.0.47", zip_safe=False, )