From 462b1d5886497874118a6d14571c0d53d74b9f5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jul 2023 11:36:59 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.43=20=E2=86=92=200.0.44?= 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 a240b9a8..7cf6d31b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.43 +current_version = 0.0.44 commit = True tag = True diff --git a/piel/__init__.py b/piel/__init__.py index d789e405..8980c49b 100644 --- a/piel/__init__.py +++ b/piel/__init__.py @@ -23,4 +23,4 @@ __author__ = """Dario Quintero""" __email__ = "darioaquintero@gmail.com" -__version__ = "0.0.43" +__version__ = "0.0.44" diff --git a/setup.py b/setup.py index 05710c52..d771223f 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/daquintero/piel", - version="0.0.43", + version="0.0.44", zip_safe=False, )