From 408e99fe29cc6833e526617e5e5793769ca0bcd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Jun 2023 15:08:04 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.34=20=E2=86=92=200.0.35?= 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 f410c846..cef60aed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.34 +current_version = 0.0.35 commit = True tag = True diff --git a/piel/__init__.py b/piel/__init__.py index b40cdbd8..15c5f792 100644 --- a/piel/__init__.py +++ b/piel/__init__.py @@ -21,4 +21,4 @@ __author__ = """Dario Quintero""" __email__ = "darioaquintero@gmail.com" -__version__ = "0.0.34" +__version__ = "0.0.35" diff --git a/setup.py b/setup.py index 19809250..6a1699ae 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/daquintero/piel", - version="0.0.34", + version="0.0.35", zip_safe=False, )