Skip to content

Commit

Permalink
Ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sevaa committed Jun 14, 2024
1 parent 82ab170 commit fc2cc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dwex/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .locals import LocalsDlg

# Sync with version in setup.py
version = (3, 24)
version = (3, 25)

# TODO:
# On MacOS, start without a main window, instead show the Open dialog
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):

setup(
name='dwex',
version='3.24', # Sync with version in __main__
version='3.25', # Sync with version in __main__
packages=['dwex'],
url="https://github.com/sevaa/dwex/",
entry_points={"gui_scripts": ["dwex = dwex.__main__:main"]},
Expand Down

0 comments on commit fc2cc42

Please sign in to comment.