Skip to content

Commit 36605ea

Browse files
committed
Bumped version, preparing release candidate
1 parent f7a2cf5 commit 36605ea

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. If you read this on hub.docker.com, maybe visit the github page https://github.com/modsim/cellsium
2-
31
CellSium Readme
42
===============
53

@@ -47,7 +45,7 @@ The documentation to CellSium can be built using `Sphinx <https://www.sphinx-doc
4745
License
4846
#######
4947

50-
CellSium is available under the :doc:`BSD license <license>`.
48+
CellSium is available under the BSD license.
5149

5250
Installation
5351
------------
@@ -109,7 +107,7 @@ You can for example run a default simulation by just starting CellSium, the resu
109107
110108
> python -m cellsium
111109
112-
For more in-depth usage examples, please see the :doc:`examples <examples>` section.
110+
For more in-depth usage examples, please see the examples section.
113111

114112
Docker
115113
------

cellsium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__project__ = 'CellSium'
44

5-
__version__ = '0.0.1'
5+
__version__ = '1.0.0rc1'
66

77
__author__ = 'Christian C. Sachs'
88

0 commit comments

Comments
 (0)