Skip to content

Commit

Permalink
Increase version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Jul 4, 2023
1 parent 4b82f2a commit 529006e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "proconip"
version = "1.2.6"
version = "1.2.7"
authors = [
{ name="Yannic Labonte", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"yarl>=1.8",
]

setup(name="proconip", version="1.2.6", packages=find_packages())
setup(name="proconip", version="1.2.7", packages=find_packages())

0 comments on commit 529006e

Please sign in to comment.