Skip to content

Commit ea049ee

Browse files
author
Justin Kiggins
committed
Bump version: 0.4.1 → 0.4.2
1 parent 3526876 commit ea049ee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.4.2
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<n>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="visual-behavior",
7-
version="0.4.1",
7+
version="0.4.2",
88
author="Justin Kiggins",
99
author_email="justink@alleninstitute.org",
1010
description="analysis package for visual behavior",

visual_behavior/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)