Skip to content

Commit

Permalink
Merge pull request #1091 from SpiNNakerManchester/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Christian-B committed Jul 20, 2023
2 parents 14366c2 + b5d0194 commit ab99cce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion c_common/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#---------------------------------------------------------------------------

PROJECT_NAME = SpiNNFrontEndCommon
PROJECT_NUMBER = 6.0.1
PROJECT_NUMBER = 7.1.0
PROJECT_BRIEF = "Common support code for user-facing front end systems."
PROJECT_LOGO =

Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ packages = find:
zip_safe = True
include_package_data = True
install_requires =
SpiNNMan == 1!6.0.1
SpiNNaker_PACMAN == 1!6.0.1
spalloc == 1!6.0.1
SpiNNMan == 1!7.1.0
SpiNNaker_PACMAN == 1!7.1.0
spalloc == 1!7.1.0
scipy >= 0.16.0
ebrains_drive >= 0.5.1

Expand Down
6 changes: 3 additions & 3 deletions spinn_front_end_common/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1!6.0.1"
__version_month__ = "May"
__version_year__ = "2021"
__version__ = "1!7.1.0"
__version_month__ = "TBD"
__version_year__ = "TBD"
__version_day__ = "TBD"
__version_name__ = "Not yet released"

0 comments on commit ab99cce

Please sign in to comment.