Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Apr 1, 2024
1 parent 0b7a4f3 commit 44ff821
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 @@ -5,7 +5,7 @@

setup(
name="umstellar",
version="0.1.0",
version="0.2.0",
packages=find_packages(),
entry_points={"console_scripts": []},
install_requires=requirements,
Expand All @@ -14,7 +14,7 @@
description="Ultramarine Quickstart Tool",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/Ultramarine-Linux/umstellar",
url="https://github.com/Ultramarine-Linux/stellar",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GPLv3 License",
Expand Down

0 comments on commit 44ff821

Please sign in to comment.