Skip to content

Commit cc3f070

Browse files
author
Justin Kiggins
committed
Bump version: 0.3.0 → 0.4.0
1 parent 145a4cc commit cc3f070

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.3.0
2+
current_version = 0.4.0
33
commit = True
44
tag = True
55

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.3.0",
7+
version="0.4.0",
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.3.0"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)