Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgait committed Jul 26, 2023
1 parent 2e982cf commit 16209ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ packages = find:
zip_safe = True
include_package_data = True
install_requires =
sPyNNaker == 1!6.0.1
sPyNNaker == 1!7.1.0
opencv-python
SpiNNGym == 1!6.0.1
SpiNNGym == 1!7.1.0
brian2
elephant
pandas
Expand All @@ -59,6 +59,6 @@ include =

[options.extras_require]
test =
SpiNNakerTestBase == 1!6.0.1
SpiNNakerTestBase == 1!7.1.0
# pytest will be brought in by pytest-cov
pytest-cov
4 changes: 2 additions & 2 deletions vor_cerebellum/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__version__ = "1!6.0.1"
__version_month__ = "April"
__version__ = "1!7.1.0"
__version_month__ = "July"
__version_year__ = "2023"
__version_day__ = "TBD"
__version_name__ = "Not yet released"

0 comments on commit 16209ef

Please sign in to comment.