Skip to content

Commit

Permalink
Updating version (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue committed Nov 23, 2020
1 parent 36fcb0e commit 980df65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Base configuration
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
project(Brion VERSION 3.2.0)
project(Brion VERSION 3.3.0)
set(Brion_VERSION_ABI 10)

# Enforce C++14 standard
Expand Down
2 changes: 1 addition & 1 deletion brain/python/brion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from . import neuron

__version__ = '3.2.0'
__version__ = '3.3.0'

# Import the test helper module if present
try:
Expand Down

0 comments on commit 980df65

Please sign in to comment.