From 7f1e032f4b9e1a3b7b0c2cb4fb5ebe120461af10 Mon Sep 17 00:00:00 2001 From: Makoto Tanji Date: Sat, 26 Aug 2023 15:39:31 +0900 Subject: [PATCH] Version up --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 610d05d..9f03e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyfireconsole" -version = "0.0.11" +version = "0.0.12" description = "" authors = ["Makoto Tanji "] readme = "README.md" diff --git a/setup.py b/setup.py index 71100ac..dc9b572 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pyfireconsole', - version='0.0.11', + version='0.0.12', author='Makoto Tanji', author_email='tanji.makoto@gmail.com', description='An interactive console for Firestore based on Python ORM',