Skip to content

Commit

Permalink
Automatic update to NengoBones 3b69ea5
Browse files Browse the repository at this point in the history
3b69ea5 - Mark dev version line as uncovered
  • Loading branch information
NengoBones committed Feb 8, 2023
1 parent 27c0705 commit 57bee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nengo_fpga/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
# (since this file is parsed in setup.py, before python_requires is applied)
version = ".".join(str(v) for v in version_info)
if dev is not None:
version += ".dev%d" % dev
version += ".dev%d" % dev # pragma: no cover

copyright = "Copyright (c) 2018-2023 Applied Brain Research"

0 comments on commit 57bee7a

Please sign in to comment.