Skip to content

Commit 3f1949a

Browse files
committed
Bump version: 0.8.1 → 0.8.2
1 parent 4cf0f80 commit 3f1949a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[bumpversion]
2-
current_version = 0.8.1
2+
current_version = 0.8.2
33
commit = True
44
tag = True
55

66
[bumpversion:file:pep517/__init__.py]
7-

pep517/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Wrappers to build Python packages using PEP 517 hooks
22
"""
33

4-
__version__ = '0.8.1'
4+
__version__ = '0.8.2'

0 commit comments

Comments
 (0)