We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99a79d commit 9af64e4Copy full SHA for 9af64e4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "makenew-serverless-python"
3
-version = "6.2.3"
+version = "6.3.0"
4
description = "Package skeleton for a Python Serverless project on AWS Lambda."
5
authors = ["Evan Sosenko <razorx@evansosenko.com>"]
6
license = "MIT"
setup.cfg
@@ -2,7 +2,7 @@
commit = True
tag = True
message = {new_version}
-current_version = 6.2.3
+current_version = 6.3.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<n>\d+))?
7
serialize =
8
{major}.{minor}.{patch}{release}{n}
0 commit comments