chore: new version

This commit is contained in:
cellarspoon 2021-12-09 12:04:10 +01:00
parent 1b60c205e1
commit 99497dcc73
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "temp-index"
version = "0.2.0"
version = "0.3.0"
description = ""
authors = ["automatist", "simoon", "decentral1se"]

View File

@ -8,7 +8,7 @@ install_requires = \
setup_kwargs = {
'name': 'temp-index',
'version': '0.2.0',
'version': '0.3.0',
'description': '',
'long_description': None,
'author': 'automatist',