Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
berceanu committed Oct 11, 2023
1 parent a32688e commit fba4c99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.3.3
commit = True
tag = True

Expand All @@ -19,7 +19,8 @@ test = pytest

[tool:pytest]
norecursedirs = .* setup.py
markers =
markers =
mpl_image_compare
filterwarnings =
ignore::pytest.PytestReturnNotNoneWarning
filterwarnings =
ignore::pytest.PytestReturnNotNoneWarning

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/berceanu/sliceplots",
version="0.3.2",
version="0.3.3",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion sliceplots/__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.3.2"
__version__ = "0.3.3"

0 comments on commit fba4c99

Please sign in to comment.