Skip to content

Commit

Permalink
bump version 1.3.3 -> 1.3.4-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
nirit100 committed May 19, 2023
1 parent 99bb919 commit ab4e79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "WinTraceroute"
version = "1.3.3"
version = "1.3.4-rc"
description = "A mostly *NIX-traceroute-like -- but very basic -- tracert/traceroute IPv4 alternative built on scapy."
authors = [{ name = "Nico Rittinghaus", email = "nico@ritti.ng" }]
license = { file = "LICENSE" }
Expand All @@ -28,7 +28,7 @@ dev = ["pip-tools", "pytest", "pyinstaller==5.10.1"]
Homepage = "https://github.com/NiRit100/WinTraceroute"

[tool.bumpver]
current_version = "1.3.3"
current_version = "1.3.4-rc"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit ab4e79d

Please sign in to comment.