From 2382f27f9b22bcdfe09a6824196705e1fae9e5c5 Mon Sep 17 00:00:00 2001 From: Alexander Gutev Date: Tue, 21 May 2024 22:25:55 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cb717..b522467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.3 - 2024-05-21 + +* Fix bugs in examples in README + # 0.1.2 - 2024-05-21 * Fix issue with argument cell tracking on green threads. diff --git a/setup.py b/setup.py index 097fba5..9cacea9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='live-cells-py', - version='0.1.2', + version='0.1.3', author='Alexander Gutev', author_email='alex.gutev@gmail.com', description="A reactive programming library for Python ported from Live Cells for Dart",