Skip to content

Commit

Permalink
update version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Apr 12, 2024
1 parent ca6e490 commit 4c777e9
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.0-post-dev"
__version__ = "7.0.1"

__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.0-post-dev",
version="7.0.1",
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 4c777e9

Please sign in to comment.