From 356ba3869c43ded4e896233d5b8d4d77e5911d15 Mon Sep 17 00:00:00 2001 From: Altay Sansal Date: Mon, 8 Aug 2022 01:04:51 -0500 Subject: [PATCH] update demo nb credits --- examples/02_gitc_driller.ipynb | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/examples/02_gitc_driller.ipynb b/examples/02_gitc_driller.ipynb index a6a12a3..25c2c33 100644 --- a/examples/02_gitc_driller.ipynb +++ b/examples/02_gitc_driller.ipynb @@ -11,13 +11,11 @@ "source": [ "# GITC22 Driller Demo Environment\n", "\n", - "# Reinforcement Learning \"Hello World\"\n", - "\n", "## Copyright\n", "\n", "*Copyright Geoscience DS&ML Special Interest Group, 2022.*\n", "*License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)*\n", - "*Author(s): [Altay Sansal](https://github.com/tasansal)*\n", + "*Author(s): [Altay Sansal](https://github.com/tasansal), Eduardo Alvarez*\n", "\n", "## Prerequisites\n", "\n", diff --git a/pyproject.toml b/pyproject.toml index 627cba9..d00f968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wildcatter" -version = "0.1.0" +version = "0.1.1" description = "Wildcatter" authors = ["Altay Sansal "] license = "Apache-2.0"