Prepares Version 1.0.3

This commit is contained in:
rfeistenauer 2020-10-23 11:10:52 +02:00
parent dc3903b2a6
commit 224b38a915
2 changed files with 4 additions and 1 deletions

View File

@ -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! And for all others, don't hesitate to open issues when you have problems!
## Changelog ## Changelog
#### 1.0.3
- Fixes init_cell_state called twice the necessary amount
#### 1.0.2 #### 1.0.2
- Adds set CellularAutomaton.cells capability to be able to move cell states from one Automaton to another. - Adds set CellularAutomaton.cells capability to be able to move cell states from one Automaton to another.

View File

@ -7,7 +7,7 @@ with open('README.md') as f:
setup( setup(
name="cellular_automaton", name="cellular_automaton",
version="1.0.2", version="1.0.3",
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')),