From 3ff8d178e5797e56bb61c088a74414b8f9a59e24 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Nov 2022 16:22:15 +0000 Subject: [PATCH] 0.1.24 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ eagerx_tutorials/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4de6e6..470ec34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.24 (2022-11-30) +### Fix +* Do update before installing xvfb in colab ([`af24253`](https://github.com/eager-dev/eagerx_tutorials/commit/af242534f8345939f2c8171cedbc4d661431c85c)) + ## v0.1.23 (2022-09-14) ### Fix * Update eagerx ([`0c07eff`](https://github.com/eager-dev/eagerx_tutorials/commit/0c07effa1834e1d572baad71c587d83270af2991)) diff --git a/eagerx_tutorials/__init__.py b/eagerx_tutorials/__init__.py index 9eb734d..e8438af 100644 --- a/eagerx_tutorials/__init__.py +++ b/eagerx_tutorials/__init__.py @@ -1 +1 @@ -__version__ = "0.1.23" +__version__ = "0.1.24" diff --git a/pyproject.toml b/pyproject.toml index fa486d2..5b006c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eagerx_tutorials" -version = "0.1.23" +version = "0.1.24" license = "Apache2.0" description = "Tutorials on how to use EAGERx." authors = ["Jelle Luijkx ", "Bas van der Heijden "]