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 28, 2024
1 parent 4c24849 commit 74ce33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "CausalPlayground"
version = "0.1.5"
version = "0.1.6"
requires-python = ">= 3.11"
authors = [{name = "Andreas Sauter", email = "a.sauter@vu.nl"}]
readme = "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 = [
"networkx>3.0",
"networkx",
"dill",
"gymnasium",
"matplotlib",
Expand Down

0 comments on commit 74ce33b

Please sign in to comment.