Set version to 0.1 alpha 1.
This commit is contained in:
parent
af4f267377
commit
b2a40d0087
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ long_description = (this_directory / "README.md").read_text()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Wobuzz",
|
name="Wobuzz",
|
||||||
version="0.0",
|
version="0.1a1",
|
||||||
description="An audio player made by The Wobbler",
|
description="An audio player made by The Wobbler",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
Loading…
Add table
Reference in a new issue