Skip to content

Commit

Permalink
v3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Jan 17, 2025
1 parent c5e430b commit 1ca1abf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "nglui"
version = "3.7.2"
version = "3.7.3"
description = "Framework for data-driven generation of neuroglancer states."
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -61,7 +61,7 @@ lint = [
default-groups = ["dev", "docs", "lint"]

[tool.bumpversion]
current_version = "3.7.2"
current_version = "3.7.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/nglui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from . import parser, segmentprops, site_utils, statebuilder

__version__ = "3.7.2"
__version__ = "3.7.3"
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ca1abf

Please sign in to comment.