Browse Source

chore: new version

main
cellarspoon 3 years ago
parent
commit
99497dcc73
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      pyproject.toml
  2. 2
      setup.py

2
pyproject.toml

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

2
setup.py

@ -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',

Loading…
Cancel
Save