Skip to content

Commit 9a4b102

Browse files
committed
Release version 1.2.0
1 parent 3ff978b commit 9a4b102

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

dist/pyntree-1.1.1-py3-none-any.whl

-15.7 KB
Binary file not shown.

dist/pyntree-1.1.1.tar.gz

-18.7 KB
Binary file not shown.

dist/pyntree-1.2.0-py3-none-any.whl

15.8 KB
Binary file not shown.

dist/pyntree-1.2.0.tar.gz

18.8 KB
Binary file not shown.

pyntree.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: pyntree
3-
Version: 1.1.1
3+
Version: 1.2.0
44
Summary: pyntree is a python package which allows you to easily and syntactically save your data. Not only that, it also lets you save in multiple formats, and even serialize and compress data by merely changing a few characters.
55
Author-email: jvadair <[email protected]>
66
License: Apache License

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
dynamic = ["dependencies"]
77
name = "pyntree"
8-
version = "1.1.1"
8+
version = "1.2.0"
99
description = "pyntree is a python package which allows you to easily and syntactically save your data. Not only that, it also lets you save in multiple formats, and even serialize and compress data by merely changing a few characters."
1010
readme = "README.md"
1111
authors = [{ name = "jvadair", email = "[email protected]" }]

0 commit comments

Comments
 (0)