Skip to content

Commit dae9bf3

Browse files
committed
v4.2.0
1 parent cf6095c commit dae9bf3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "nglui"
7-
version = "4.1.0"
7+
version = "4.2.0"
88
description = "Framework for data-driven generation of neuroglancer states."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -20,7 +20,7 @@ dependencies = [
2020
"webcolors>=24.11.1",
2121
"neuroglancer==2.40.1",
2222
"cachetools>=5.5.2",
23-
"palettable>=3.3.3,<4.1.0",
23+
"palettable>=3.3.3,<4.2.0",
2424
"typing-extensions>=4.13.2,<5.0.0 ; python_full_version < '3.11'",
2525
]
2626
authors = [
@@ -69,7 +69,7 @@ lint = [
6969
default-groups = ["dev", "docs", "lint"]
7070

7171
[tool.bumpversion]
72-
current_version = "4.1.0"
72+
current_version = "4.2.0"
7373
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
7474
serialize = ["{major}.{minor}.{patch}"]
7575
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.1.0"
3+
__version__ = "4.2.0"

uv.lock

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

0 commit comments

Comments
 (0)