Skip to content

Commit 1821788

Browse files
Update version to 0.2.3
1 parent d87805e commit 1821788

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 <cgarcia.e88@gmail.com>"]
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)