Skip to content

Commit

Permalink
bump version v0.1.0b1 -> v0.1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
pablerass committed Dec 16, 2023
1 parent 8ce8ac0 commit 635ae08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cartuli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .sheet import Sheet


__version__ = "v0.1.0b1"
__version__ = "v0.1.0b2"


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 635ae08

Please sign in to comment.