diff --git a/docs/changelog.md b/docs/changelog.md index a562c91..287fe3c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ This project attempts to follow [Semantic Versioning](https://semver.org) and uses [Keep-a-Changelog formatting](https://keepachangelog.com/en/1.0.0/). But I make mistakes sometimes. -## Unreleased - 2024-07-18 +## 3.1.2 - 2024-07-18 ## Changed diff --git a/src/nglui/__init__.py b/src/nglui/__init__.py index de78885..8faf30d 100644 --- a/src/nglui/__init__.py +++ b/src/nglui/__init__.py @@ -4,4 +4,4 @@ from . import parser from . import segmentprops -__version__ = "3.3.1" +__version__ = "3.3.2"