Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-and committed Feb 29, 2024
1 parent af18cbe commit 4f2ccfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "CausalPlayground"
version = "0.1.7"
requires-python = ">= 3.11"
version = "0.1.8"
python_requires = ">= 3.11"
authors = [{name = "Andreas Sauter", email = "a.sauter@vu.nl"}]
readme = "README.md"
long_description = "README.md"
description = "Interactively generating causal data from structural causal models."
license = {text = "MIT License"}
keywords = ["causality", "reinforcement learning", "structural causal model", "data generation", "RL", "SCM"]
dependencies = [
install_requires = [
"networkx",
"dill",
"gymnasium",
Expand Down

0 comments on commit 4f2ccfc

Please sign in to comment.