Skip to content

Commit 3293d94

Browse files
committed
[flydra_core] bump version for release
1 parent 61cd5f7 commit 3293d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flydra_core/flydra_core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.9" # keep in sync with setup.py
1+
__version__ = "0.7.10" # keep in sync with setup.py

flydra_core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
setup(
8080
name="flydra_core",
81-
version="0.7.9", # keep in sync with flydra_core/version.py
81+
version="0.7.10", # keep in sync with flydra_core/version.py
8282
author="Andrew Straw",
8383
author_email="[email protected]",
8484
description="flydra mainbrain and core lib",

0 commit comments

Comments
 (0)