Skip to content

Commit 8f14b8d

Browse files
author
Justin Kiggins
committed
Bump version: 0.4.0 → 0.4.1
1 parent b7d2015 commit 8f14b8d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<n>\d+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}.{release}{n}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
optional_value = gamma
12-
values =
12+
values =
1313
dev
1414
a
1515
b
@@ -37,3 +37,4 @@ exclude = git/*, notebooks/*, tests/*, scripts/*
3737
[coverage:run]
3838
omit = tests/*, visual_behavior/cohorts/*, visual_behavior/inscopix/*, scripts/*,
3939
notebooks/*, circleci/*, .git/*, .tox/*, .cache/*, visual_behavior/pizza/*
40+

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

0 commit comments

Comments
 (0)