Skip to content

Commit 1b95634

Browse files
📦 PyPI: 0.1.2
1 parent 871d47d commit 1b95634

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

‎LAST_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

‎dotflow_mongodb/__init__.py

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

3-
__version__ = "0.1.1"
3+
__version__ = "0.1.2"
44
__description__ = "Dotflow Storage MongoDB"
5+
6+
from dotflow_mongodb.main import StorageMongoDB
7+
8+
__all__ = [
9+
"StorageMongoDB"
10+
]

‎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.1"
3+
version = "0.1.2"
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.1"
34+
version = "0.1.2"
3535
description = "Dotflow Storage MongoDB"
3636
authors = ["Fernando Celmer <[email protected]>"]
3737
readme = "README.md"

0 commit comments

Comments
 (0)