Skip to content

Commit 6d7f3d0

Browse files
committed
6.3.1
1 parent a73d17d commit 6d7f3d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "makenew-serverless-python"
3-
version = "6.3.0"
3+
version = "6.3.1"
44
description = "Package skeleton for a Python Serverless project on AWS Lambda."
55
authors = ["Evan Sosenko <razorx@evansosenko.com>"]
66
license = "MIT"

setup.cfg

Lines changed: 1 addition & 1 deletion
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.3.0
5+
current_version = 6.3.1
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)