Skip to content

Commit

Permalink
Bump version: 0.5.0-dev → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aranega committed Apr 29, 2023
1 parent 747fbd6 commit a2ba4d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0-dev
current_version = 0.5.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion iguala/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .paths import as_path

__ALL__ = ["match", "as_matcher", "as_path", "is_not", "cond", "regex", "extended"]
__version__ = "0.5.0-dev"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='iguala',
version='0.5.0-dev',
version='0.5.0',
description=("Non-linear pattern matching for Python's objects, or rexep-like for objects"),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a2ba4d2

Please sign in to comment.