We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de03bd commit ddef902Copy full SHA for ddef902
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.4
+current_version = 0.1.5
3
tag = True
4
commit = True
5
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyskim"
-version = "0.1.4"
+version = "0.1.5"
description = "Quickly create summary statistics for a given dataframe."
license = "MIT"
6
authors = ["kpj <kim.philipp.jablonski@gmail.com>"]
0 commit comments