Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgpage committed Mar 30, 2024
1 parent 65ce3a8 commit 4e268dd
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.2.2
current_version = 0.3.0
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.2.2',
version='0.3.0',
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.2.2',
version='0.3.0',
description="Example Cython project for pytest-cython tests",
package_dir={'': 'src'},
packages=['pypackage'],
Expand Down

0 comments on commit 4e268dd

Please sign in to comment.