diff --git a/miscplot/__init__.py b/miscplot/__init__.py index 69fdea9..bd10ef1 100644 --- a/miscplot/__init__.py +++ b/miscplot/__init__.py @@ -1,2 +1,5 @@ from .variability import variability_plot as variability_plot from .wmap import wafermap as wafermap + + +__version__ = '0.1' diff --git a/pyproject.toml b/pyproject.toml index 3d4701a..49cfed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [project] name = "miscplot" -version = "0.1.0" description = "Miscellaneous plots" readme = "README.md" license = { file = "LICENSE.md" } @@ -33,5 +32,5 @@ build-backend = "hatchling.build" [tool.hatch.version] -path = "klamath/__init__.py" +path = "miscplot/__init__.py"