Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Sep 4, 2024
1 parent 0b05f38 commit 337f904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/api/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The format is based on `Keep a Changelog`_, and this project adheres to
Unreleased
----------

[0.2.1] 2024-09-04
------------------

Added
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion pandamesh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pandamesh.triangle_enums import DelaunayAlgorithm
from pandamesh.triangle_mesher import TriangleMesher

__version__ = "0.2.0"
__version__ = "0.2.1"


__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
'shapely >= 2.0',
]
classifiers = [
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 337f904

Please sign in to comment.