Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-hughes committed Feb 26, 2024
1 parent 43caf01 commit e7f7d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion isosurfaces/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

__all__ = ["plot_isoline", "plot_isosurface"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# This call to setup() does all the work
setup(
name="isosurfaces",
version="0.1.1",
version="0.1.2",
description="Construct isolines/isosurfaces over a 2D/3D scalar field defined by a function (not a uniform grid)",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e7f7d33

Please sign in to comment.