Bump version: 0.8.1 → 0.8.2

inc-pep517.build v0.8.2
Thomas Kluyver 2020-04-01 22:05:41 +01:00
parent 4cf0f8038d
commit 3f1949a727
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.8.2
commit = True
tag = True
[bumpversion:file:pep517/__init__.py]

View File

@ -1,4 +1,4 @@
"""Wrappers to build Python packages using PEP 517 hooks
"""
__version__ = '0.8.1'
__version__ = '0.8.2'