Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
tan-z-tan committed Aug 16, 2024
1 parent a73c8fa commit 2dffa19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyfireconsole"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Makoto Tanji <tanji.makoto@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pyfireconsole',
version='0.1.0',
version='0.1.1',
author='Makoto Tanji',
author_email='tanji.makoto@gmail.com',
description='An interactive console for Firestore based on Python ORM',
Expand Down

0 comments on commit 2dffa19

Please sign in to comment.