From 224b38a9153329cc6d8600bc4dbe5019281ce344 Mon Sep 17 00:00:00 2001 From: rfeistenauer Date: Fri, 23 Oct 2020 11:10:52 +0200 Subject: [PATCH] Prepares Version 1.0.3 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd2c5d..cc59d36 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ There ist still quite some work to do. And for all others, don't hesitate to open issues when you have problems! ## Changelog +#### 1.0.3 +- Fixes init_cell_state called twice the necessary amount + #### 1.0.2 - Adds set CellularAutomaton.cells capability to be able to move cell states from one Automaton to another. diff --git a/setup.py b/setup.py index 8edddd0..2f8e15b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as f: setup( name="cellular_automaton", - version="1.0.2", + version="1.0.3", author="Richard Feistenauer", author_email="r.feistenauer@web.de", packages=find_packages(exclude=('tests', 'docs', 'examples')),