Skip to content

Commit b02e469

Browse files
committed
v4.7.0
1 parent 8522e47 commit b02e469

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nglui"
7-
version = "4.6.1"
7+
version = "4.7.0"
88
description = "Framework for data-driven generation of neuroglancer states."
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
dependencies = [
12-
"attrs>=24.6.1",
12+
"attrs>=24.7.0",
1313
"caveclient>=7.0.0",
1414
"ipython>=8.18.1",
1515
"numpy>=1.26.4",
@@ -19,7 +19,7 @@ dependencies = [
1919
"six>=1.16.0",
2020
"webcolors>=24.11.1",
2121
"cachetools>=5.5.2",
22-
"palettable>=3.3.3,<4.6.1",
22+
"palettable>=3.3.3,<4.7.0",
2323
"typing-extensions>=4.13.2,<5.0.0 ; python_full_version < '3.11'",
2424
"pyperclip>=1.9.0",
2525
"neuroglancer>=2.41.2",
@@ -72,7 +72,7 @@ lint = [
7272
default-groups = ["dev", "docs", "lint"]
7373

7474
[tool.bumpversion]
75-
current_version = "4.6.1"
75+
current_version = "4.7.0"
7676
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
7777
serialize = ["{major}.{minor}.{patch}"]
7878
search = "{current_version}"

src/nglui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# from . import parser, segmentprops, site_utils, statebuilder
22

3-
__version__ = "4.6.1"
3+
__version__ = "4.7.0"

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)