Prepare 1.0.2 release

This commit is contained in:
rfeistenauer 2020-10-22 15:41:10 +02:00
parent 03601c2060
commit 5df529bf9e
2 changed files with 7 additions and 1 deletions

View File

@ -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! And for all others, don't hesitate to open issues when you have problems!
## Changelog ## 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 #### 1.0.0
- CI was added - CI was added
- Coverage was increased - Coverage was increased

View File

@ -7,7 +7,7 @@ with open('README.md') as f:
setup( setup(
name="cellular_automaton", name="cellular_automaton",
version="1.0.1", version="1.0.2",
author="Richard Feistenauer", author="Richard Feistenauer",
author_email="r.feistenauer@web.de", author_email="r.feistenauer@web.de",
packages=find_packages(exclude=('tests', 'docs', 'examples')), packages=find_packages(exclude=('tests', 'docs', 'examples')),