We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cda36 commit 951e778Copy full SHA for 951e778
2 files changed
pacup/__main__.py
@@ -63,7 +63,7 @@
63
from pacup.utils import level
64
from pacup.version import VersionStatuses
65
66
-__version__ = "1.0.1 Halley"
+__version__ = "1.0.2 Hyakutake"
67
68
app = typer.Typer(name="pacup")
69
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pacup"
3
-version = "1.0.1"
+version = "1.0.2"
4
description = "Help maintainers update pacscripts"
5
readme = "README.md"
6
authors = ["Sourajyoti Basak <wiz28@protonmail.com>"]
0 commit comments