Skip to content

Commit

Permalink
update version numbers for 8.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Jul 15, 2024
1 parent 0263463 commit 84d983a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynestml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with NEST. If not, see <http://www.gnu.org/licenses/>.

__version__ = "7.0.2-post-dev"
__version__ = "8.0.0-rc1"

__all__ = ['cocos',
'codegeneration',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name="NESTML",
version="7.0.2-post-dev",
version="8.0.0-rc1",
description="NESTML is a domain specific language that supports the specification of neuron models in a"
" precise and concise syntax, based on the syntax of Python. Model equations can either be given"
" as a simple string of mathematical notation or as an algorithm written in the built-in procedural"
Expand Down

0 comments on commit 84d983a

Please sign in to comment.