diff --git a/Cargo.lock b/Cargo.lock index f1cefa17..897d085f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ dependencies = [ [[package]] name = "momba_engine" -version = "0.6.9" +version = "0.6.10" dependencies = [ "clock-zones", "downcast-rs", diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 074823b4..f5b3f050 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momba_engine" -version = "0.6.9" +version = "0.6.10" authors = ["Maximilian Köhl "] edition = "2018" description = "A Python package supercharging Momba with computing capabilities." @@ -25,4 +25,4 @@ hashbrown = "*" [dependencies.pyo3] version = "0.17" # Minimal Python version is `3.8`. -features = ["extension-module", "abi3-py38"] \ No newline at end of file +features = ["extension-module", "abi3-py38"] diff --git a/pyproject.toml b/pyproject.toml index 34a799c4..002a4e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,8 @@ [tool.poetry] name = "momba" -version = "0.6.9" +version = "0.6.10" description = "A Python library for quantitative models." -authors = [ - "Maximilian Köhl " -] +authors = ["Maximilian Köhl "] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/koehlma/momba.git" @@ -13,7 +11,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", - "Operating System :: OS Independent" + "Operating System :: OS Independent", ] [tool.poetry.dependencies]