Skip to content

Commit

Permalink
Changed version for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed May 16, 2024
1 parent 1c3d9f9 commit d54f119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
2 changes: 1 addition & 1 deletion wis2downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
###############################################################################
from threading import Event

__version__ = '0.1.dev0'
__version__ = '0.1.0'

shutdown = Event()

0 comments on commit d54f119

Please sign in to comment.