Skip to content

Commit 4190cf2

Browse files
Update version to 0.1.6
1 parent 14dafaf commit 4190cf2

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.1.5"
3+
version = "0.1.6"
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.1.5"
1+
__version__ = "0.1.6"
22

33
from .pytree import Pytree, field, static_field
44

0 commit comments

Comments
 (0)