Skip to content

Commit

Permalink
Merge pull request #256 from SpiNNakerManchester/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Christian-B authored Jul 20, 2023
2 parents 4864cf2 + ff52ae2 commit b772918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ packages = find:
zip_safe = True
include_package_data = True
install_requires =
SpiNNFrontEndCommon == 1!6.0.1
SpiNNFrontEndCommon == 1!7.1.0

[options.package_data]
* =
spiNNakerGraphFrontEnd.cfg

[options.extras_require]
test =
SpiNNakerTestBase == 1!6.0.1
SpiNNakerTestBase == 1!7.1.0
# pytest will be brought in by pytest-cov
pytest-cov
testfixtures
6 changes: 3 additions & 3 deletions spinnaker_graph_front_end/_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 b772918

Please sign in to comment.