Skip to content

Commit

Permalink
CHORE: Bump dev version into 0.32.dev0 (#867)
Browse files Browse the repository at this point in the history
Regular bump version after release

@svandenb-dev Please remember to do those changes for every major / minor release.
  • Loading branch information
SMoraisAnsys authored Oct 21, 2024
1 parent 7e9b5bb commit 2b0dd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
#

pyedb_path = os.path.dirname(__file__)
__version__ = "0.30.dev0"
__version__ = "0.32.dev0"
version = __version__

#
Expand Down

0 comments on commit 2b0dd46

Please sign in to comment.