diff --git a/README.md b/README.md index 687f592..9cd2c5d 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ 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.2 +- Adds set CellularAutomaton.cells capability to be able to move cell states from one Automaton to another. + +#### 1.0.1 +- Add KeyboardInterrupt suppression to CAWindow + #### 1.0.0 - CI was added - Coverage was increased diff --git a/setup.py b/setup.py index 970d04e..8edddd0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as f: setup( name="cellular_automaton", - version="1.0.1", + version="1.0.2", author="Richard Feistenauer", author_email="r.feistenauer@web.de", packages=find_packages(exclude=('tests', 'docs', 'examples')),