We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb96755 commit a4e64f0Copy full SHA for a4e64f0
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## v0.1.0 (2024-11-18)
6
+
7
+### [minor]
8
9
+* Publish to PyPI (Followup) [minor] ([`bb96755`](https://github.com/icecube/voka/commit/bb9675546f977a579cc31003c2998f4eaf493052))
10
11
12
## v0.0.1 (2024-11-18)
13
14
###
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
-version = "0.0.1"
+version = "0.1.0"
dependencies = ["numpy", "scipy"]
name = "icecube-voka"
description = "Sanity checks on sequences/histograms using ML techniques. "
0 commit comments