Skip to content

Commit

Permalink
fix: increment version to fix pypi publish (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
senniraf committed Feb 10, 2024
1 parent 2d0177a commit 4c202d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions engine/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "momba_engine"
version = "0.6.9"
version = "0.6.10"
authors = ["Maximilian Köhl <koehl@cs.uni-saarland.de>"]
edition = "2018"
description = "A Python package supercharging Momba with computing capabilities."
Expand All @@ -25,4 +25,4 @@ hashbrown = "*"
[dependencies.pyo3]
version = "0.17"
# Minimal Python version is `3.8`.
features = ["extension-module", "abi3-py38"]
features = ["extension-module", "abi3-py38"]
8 changes: 3 additions & 5 deletions 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 <koehl@cs.uni-saarland.de>"
]
authors = ["Maximilian Köhl <koehl@cs.uni-saarland.de>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/koehlma/momba.git"
Expand All @@ -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]
Expand Down

0 comments on commit 4c202d4

Please sign in to comment.