Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 521ea61

Browse files
author
bweigel
committed
Bump version: 0.2.1 → 0.3.0
1 parent 32b4b89 commit 521ea61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.3.0
33
commit = true
44
tag = true
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="python-aws-dataclasses",
15-
version="0.2.1",
15+
version="0.3.0",
1616
packages=find_packages(exclude=["tests"]),
1717

1818
install_requires=['docutils>=0.3',

0 commit comments

Comments
 (0)