Skip to content

Commit c4fafcd

Browse files
authored
Merge pull request #229 from datajoint/dev_version_bump_0.4.6
version bump to 0.4.6
2 parents 676c700 + 12985af commit c4fafcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata."""
22

3-
__version__ = "0.4.5"
3+
__version__ = "0.4.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
3030
scripts=[],
3131
install_requires=[
32-
"datajoint>=0.13.0",
32+
"datajoint>=0.14.6",
3333
"ipykernel>=6.0.1",
3434
"ipywidgets",
3535
"openpyxl",

0 commit comments

Comments
 (0)