Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 951e778

Browse files
committed
build: release 1.0.2 Hyakutake
1 parent 09cda36 commit 951e778

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pacup/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
from pacup.utils import level
6464
from pacup.version import VersionStatuses
6565

66-
__version__ = "1.0.1 Halley"
66+
__version__ = "1.0.2 Hyakutake"
6767

6868
app = typer.Typer(name="pacup")
6969

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pacup"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Help maintainers update pacscripts"
55
readme = "README.md"
66
authors = ["Sourajyoti Basak <wiz28@protonmail.com>"]

0 commit comments

Comments
 (0)