fixup version definition
This commit is contained in:
parent
40a33ecf13
commit
ebff45fefe
2 changed files with 4 additions and 2 deletions
|
|
@ -1,2 +1,5 @@
|
|||
from .variability import variability_plot as variability_plot
|
||||
from .wmap import wafermap as wafermap
|
||||
|
||||
|
||||
__version__ = '0.1'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue