Skip to content

Commit 9af64e4

Browse files
committed
6.3.0
1 parent a99a79d commit 9af64e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "makenew-serverless-python"
3-
version = "6.2.3"
3+
version = "6.3.0"
44
description = "Package skeleton for a Python Serverless project on AWS Lambda."
55
authors = ["Evan Sosenko <[email protected]>"]
66
license = "MIT"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = True
33
tag = True
44
message = {new_version}
5-
current_version = 6.2.3
5+
current_version = 6.3.0
66
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<n>\d+))?
77
serialize =
88
{major}.{minor}.{patch}{release}{n}

0 commit comments

Comments
 (0)