We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3526876 + ea049ee commit fbadcc9Copy full SHA for fbadcc9
3 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1
+current_version = 0.4.2
3
commit = True
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<n>\d+))?
setup.py
@@ -4,7 +4,7 @@
setuptools.setup(
6
name="visual-behavior",
7
- version="0.4.1",
+ version="0.4.2",
8
author="Justin Kiggins",
9
author_email="justink@alleninstitute.org",
10
description="analysis package for visual behavior",
visual_behavior/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.1"
+__version__ = "0.4.2"
0 commit comments