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

Commit a465f04

Browse files
author
bweigel
committed
Bump version: 0.2.0 → 0.2.1
1 parent 261a847 commit a465f04

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.0
2+
current_version = 0.2.1
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.0",
15+
version="0.2.1",
1616
packages=find_packages(exclude=["tests"]),
1717

1818
install_requires=['docutils>=0.3',

0 commit comments

Comments
 (0)