Bump version: 0.2.0 → 0.3.0

This commit is contained in:
Pierre Verkest 2023-09-02 02:17:32 +02:00
parent 384a16e099
commit 6771b39d76
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.0 current_version = 0.3.0
commit = True commit = True
tag = True tag = True

View file

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