We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cdd59 commit b18c644Copy full SHA for b18c644
pynestml/__init__.py
@@ -19,7 +19,7 @@
19
# You should have received a copy of the GNU General Public License
20
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
21
22
-__version__ = "8.0.0"
+__version__ = "8.0.0-post-dev"
23
24
__all__ = ['cocos',
25
'codegeneration',
setup.py
@@ -39,7 +39,7 @@
39
40
setup(
41
name="NESTML",
42
- version="8.0.0",
+ version="8.0.0-post-dev",
43
description="NESTML is a domain specific language that supports the specification of neuron models in a"
44
" precise and concise syntax, based on the syntax of Python. Model equations can either be given"
45
" as a simple string of mathematical notation or as an algorithm written in the built-in procedural"
0 commit comments