Skip to content

Commit 49a69f3

Browse files
committed
release
1 parent d284c78 commit 49a69f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metablock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .spaces import Service, Space, SpaceExtension
66
from .user import User
77

8-
__version__ = "0.3.1"
8+
__version__ = "0.3.2"
99

1010
__all__ = [
1111
"Metablock",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "metablock"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Metablock cloud python client"
55
authors = ["Luca <luca@quantmind.com>"]
66
license = "BSD"

0 commit comments

Comments
 (0)