From 635ae08d5070dc2bcbf0883cce26b81a19f9b38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mu=C3=B1oz?= Date: Sat, 16 Dec 2023 10:15:29 +0100 Subject: [PATCH] bump version v0.1.0b1 -> v0.1.0b2 --- cartuli/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cartuli/__init__.py b/cartuli/__init__.py index d5435d5..fc01025 100644 --- a/cartuli/__init__.py +++ b/cartuli/__init__.py @@ -8,7 +8,7 @@ from .sheet import Sheet -__version__ = "v0.1.0b1" +__version__ = "v0.1.0b2" __all__ = [ diff --git a/setup.cfg b/setup.cfg index 05df338..5a8bbc3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpver] -current_version = "v0.1.0b1" +current_version = "v0.1.0b2" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = True diff --git a/setup.py b/setup.py index a0a9ad3..d9788b3 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='cartuli', - version='0.1.0b1', + version='0.1.0b2', description="A tool to create print and play card games", long_description=open('README.md').read(), classifiers=[