Skip to content

Commit aef119d

Browse files
committed
chore: release 4.3.2
1 parent 9d0ec42 commit aef119d

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
```markdown
1717
- Python Package Name: hex_maze_interface
1818
- Description: Python interface to the Voigts lab hex maze.
19-
- Version: 4.3.1
19+
- Version: 4.3.2
2020
- Python Version: 3.11
21-
- Release Date: 2026-05-06
21+
- Release Date: 2026-05-08
2222
- Creation Date: 2024-01-14
2323
- License: BSD-3-Clause
2424
- URL: https://github.com/janelia-python/hex_maze_interface_python

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dateCreated": "2024-01-14",
77
"dateModified": "2026-05-08",
88
"name": "hex_maze_interface",
9-
"version": "4.3.1",
9+
"version": "4.3.2",
1010
"description": "Python interface to the Voigts lab hex maze.",
1111
"programmingLanguage": [
1212
"Python 3"

hex_maze_interface/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is generated automatically from metadata
33
# File edits may be overwritten!
44

5-
__version__ = "4.3.1"
5+
__version__ = "4.3.2"
66
__description__ = "Python interface to the Voigts lab hex maze."
77
__license__ = "BSD-3-Clause"
88
__url__ = "https://github.com/janelia-python/hex_maze_interface_python"

pixi.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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ select = ["E", "F", "I", "B", "UP"]
6565

6666
[tool.pixi.workspace]
6767
name = "hex-maze-interface-python"
68-
version = "4.3.1"
68+
version = "4.3.2"
6969
description = "Python interface and verification tooling for the Voigts lab hex maze."
7070
authors = ["Peter Polidoro <peter@polidoro.io>"]
7171
channels = ["conda-forge"]

0 commit comments

Comments
 (0)