Skip to content

Commit

Permalink
bump version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyin committed Jun 15, 2022
1 parent b27a048 commit 1cd3fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flybrainlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pkg_resources
__version__ = pkg_resources.require('flybrainlab')[0].version
__min_NeuroMynerva_version_supported__ = '0.2.10'
__min_NeuroMynerva_version_supported__ = '0.2.13'
__min_NeuroArch_version_supported__ = '0.3.0'
from .Client import *
from .widget import WidgetManager
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

setup(
name="FlyBrainLab",
version="1.1.7",
version="1.1.8",
description="Main Client of the FlyBrainLab Project",
author="Mehmet Kerem Turkcan",
author_email="[email protected]",
Expand Down

0 comments on commit 1cd3fde

Please sign in to comment.