Skip to content

Commit

Permalink
Bump version: 0.2.4 → 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
berceanu committed Sep 30, 2022
1 parent 4889276 commit 506f78b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion prepic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

__author__ = """Andrei Berceanu"""
__email__ = "[email protected]"
__version__ = "0.2.4"
__version__ = "0.2.5"
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.4
current_version = 0.2.5
commit = True
tag = True

Expand All @@ -20,4 +20,3 @@ test = pytest
[tool:pytest]
addopts = --ignore=setup.py
norecursedirs = .*

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/berceanu/prepic",
version="0.2.4",
version="0.2.5",
zip_safe=False,
)

0 comments on commit 506f78b

Please sign in to comment.