Skip to content

Commit

Permalink
version 0.0.2 relax to python version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-lieck committed Jun 1, 2022
1 parent 4a3dbd5 commit 473ecd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="musicflower",
version="0.0.1",
version="0.0.2",
author="Robert Lieck",
author_email="[email protected]",
description="",
Expand All @@ -23,6 +23,6 @@
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
python_requires=">=3.10",
python_requires=">=3.8",
)

0 comments on commit 473ecd1

Please sign in to comment.