Skip to content

Commit

Permalink
Set the version to 1.6 for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jan 13, 2021
1 parent 13ce175 commit 8402947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'''

setup(name='Brian2GeNN',
version='1.5',
version='1.6',
packages=find_packages(),
package_data={# include template files
'brian2genn': ['templates/*.cpp',
Expand All @@ -37,7 +37,7 @@
'b2glib/*.h'],
},
install_requires=[
'brian2>=2.3',
'brian2>=2.4.2',
'setuptools>=6.0',
'six',
],
Expand Down

0 comments on commit 8402947

Please sign in to comment.