Skip to content

Commit

Permalink
Merge pull request #293 from AllenInstitute/patch/autoreward_tolerance
Browse files Browse the repository at this point in the history
Bump version: 0.4.1 → 0.4.2
  • Loading branch information
neuromusic authored Jul 19, 2018
2 parents 3526876 + ea049ee commit fbadcc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.2
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<n>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="visual-behavior",
version="0.4.1",
version="0.4.2",
author="Justin Kiggins",
author_email="[email protected]",
description="analysis package for visual behavior",
Expand Down
2 changes: 1 addition & 1 deletion visual_behavior/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit fbadcc9

Please sign in to comment.