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=[