From 99497dcc73cd48dc76b18c5ff9058272d2cde69f Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 9 Dec 2021 12:04:10 +0100 Subject: [PATCH] chore: new version --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 17cd3a8..1bc9cea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temp-index" -version = "0.2.0" +version = "0.3.0" description = "" authors = ["automatist", "simoon", "decentral1se"] diff --git a/setup.py b/setup.py index 04536f9..12c11f4 100644 --- a/setup.py +++ b/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',