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

Commit 6ea1855

Browse files
committed
chore: release 2.0.0 Sirius
1 parent e5f722b commit 6ea1855

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
@@ -64,7 +64,7 @@
6464
from pacup.utils import level
6565
from pacup.version import VersionStatuses
6666

67-
__version__ = "1.1.0 Io"
67+
__version__ = "2.0.0 Sirius"
6868

6969
app = typer.Typer(
7070
name="pacup", context_settings={"help_option_names": ["-h", "--help"]}

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.1.0"
3+
version = "2.0.0"
44
description = "Help maintainers update pacscripts"
55
readme = "README.md"
66
authors = ["Sourajyoti Basak <wiz28@protonmail.com>"]

0 commit comments

Comments
 (0)