Skip to content

Commit 60a67ac

Browse files
committed
Bump
1 parent b6895d2 commit 60a67ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 Block, Space, SpaceExtension
66
from .user import User
77

8-
__version__ = "1.1.1"
8+
__version__ = "1.2.0"
99

1010
__all__ = [
1111
"Metablock",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "metablock"
33
description = "Metablock cloud python client"
4-
version = "1.1.1"
4+
version = "1.2.0"
55
license = "BSD"
66
readme = "readme.md"
77
authors = [

0 commit comments

Comments
 (0)