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 .variability import variability_plot as variability_plot
|
||||||
from .wmap import wafermap as wafermap
|
from .wmap import wafermap as wafermap
|
||||||
|
|
||||||
|
|
||||||
|
__version__ = '0.1'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
[project]
|
[project]
|
||||||
name = "miscplot"
|
name = "miscplot"
|
||||||
version = "0.1.0"
|
|
||||||
description = "Miscellaneous plots"
|
description = "Miscellaneous plots"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { file = "LICENSE.md" }
|
license = { file = "LICENSE.md" }
|
||||||
|
|
@ -33,5 +32,5 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
path = "klamath/__init__.py"
|
path = "miscplot/__init__.py"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue