Skip to content

Commit 871d47d

Browse files
📦 PyPI: 0.1.1
1 parent d4dd926 commit 871d47d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎LAST_VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1.1

‎dotflow_mongodb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Dotflow MongoDB __init__ module."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44
__description__ = "Dotflow Storage MongoDB"

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dotflow_mongodb"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
{ name="Fernando Celmer", email="[email protected]" },
66
]
@@ -31,7 +31,7 @@ Documentation = "https://github.com/dotflow-io/dotflow-mongodb/blob/master/READM
3131

3232
[tool.poetry]
3333
name = "dotflow_mongodb"
34-
version = "0.1.0"
34+
version = "0.1.1"
3535
description = "Dotflow Storage MongoDB"
3636
authors = ["Fernando Celmer <[email protected]>"]
3737
readme = "README.md"

0 commit comments

Comments
 (0)