Skip to content

Commit

Permalink
3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 12, 2022
1 parent e8bfd69 commit e046d2b
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "makenew-pypackage"
version = "3.18.0rc0"
version = "3.18.0"
description = "Package skeleton for a Python module."
authors = ["Evan Sosenko <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = {new_version}
current_version = 3.18.0rc0
current_version = 3.18.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<n>\d+))?
serialize =
{major}.{minor}.{patch}{release}{n}
Expand Down

0 comments on commit e046d2b

Please sign in to comment.