Bump version: 0.5.0 → 0.5.1

This commit is contained in:
Pierre Verkest 2023-09-04 00:22:03 +02:00
parent bea721a275
commit 57d2ff9485
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
tag = True

View file

@ -3,7 +3,7 @@ from urllib.parse import urlparse
from setuptools import find_packages, setup
version = "0.5.0"
version = "0.5.1"
HERE = pathlib.Path(__file__).parent