Skip to content

Commit

Permalink
bug fix, miinor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Enric Tomas Grau Luque committed Jul 11, 2023
1 parent 0f7baef commit c4f301d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
"""Top-level package for pudu."""

__author__ = """Enric Tomas Grau-Luque"""
__email__ = '[email protected]'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion pudu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Enric Tomas Grau-Luque"""
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/pudu-py/pudu',
version='0.3.0',
version='0.3.1',
zip_safe=False,
)

0 comments on commit c4f301d

Please sign in to comment.