Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Dec 11, 2024
1 parent 41d30bb commit e6fa7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.2"
version = "3.7.0"
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.6.2"
current_version = "3.7.0"
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.6.2"
__version__ = "3.7.0"

0 comments on commit e6fa7ff

Please sign in to comment.