Skip to content

Commit 4ea2abc

Browse files
committed
chore: bump version to 5.1.0
- Update version in pyproject.toml from 5.0.1 to 5.1.0 - Update VERSION constant in peg_this.py from 5.0.1 to 5.1.0 - Prepare release for next minor version with accumulated features and fixes
1 parent 62eb3f5 commit 4ea2abc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "peg_this"
7-
version = "5.0.1"
7+
version = "5.1.0"
88
authors = [
99
{ name="Hariharen S S", email="thisishariharen@gmail.com" },
1010
]

src/peg_this/peg_this.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
)
4545

4646
console = Console()
47-
VERSION = "5.0.1"
47+
VERSION = "5.1.0"
4848

4949
LOGO = """[bold magenta]
5050
██████╗ ███████╗ ██████╗ ████████╗██╗ ██╗██╗███████╗

0 commit comments

Comments
 (0)