Skip to content

Commit 1821788

Browse files
Update version to 0.2.3
1 parent d87805e commit 1821788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "simple-pytree"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = ""
55
authors = ["Cristian Garcia <[email protected]>"]
66
license = "MIT"

simple_pytree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"
22

33
from .dataclass import dataclass, field, static_field
44
from .pytree import Pytree, PytreeMeta

0 commit comments

Comments
 (0)