Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgpage committed Apr 5, 2024
1 parent b2ffe67 commit 2f1572e
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.3.0
current_version = 0.3.1
parse =
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<micro>\d+)
(?:\.(?P<release>dev)(?P<devnum>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='pytest-cython',
version='0.3.0',
version='0.3.1',
description='A plugin for testing Cython extension modules',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tests/example-project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='pytest-cython',
version='0.3.0',
version='0.3.1',
description="Example Cython project for pytest-cython tests",
package_dir={'': 'src'},
packages=['pypackage'],
Expand Down

0 comments on commit 2f1572e

Please sign in to comment.