From 827859b255540039debbff94c68cf6908a2eb39b Mon Sep 17 00:00:00 2001 From: fauzisho Date: Sun, 19 May 2024 09:55:09 +0200 Subject: [PATCH] up version --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6024b45..ab58bcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gymconnectx" -version = "1.0.4" +version = "1.0.5" description = "An OpenAI Gym Environment Connect X Game with GUI. ConnectX is a game for two players that is based on the well-known Connect 4. The goal is to place X coins in a row, column, or diagonal on a board with dimensions M by N." readme = "README.md" authors = [{ name = "Fauzi Sholichin" }] diff --git a/setup.py b/setup.py index 03baa9e..4cf5cc3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='gymconnectx', - version='1.0.4', + version='1.0.5', description='ConnectX is a game for two players that is based on the well-known Connect 4. The goal is to place X coins in a row, column, or diagonal on a board with dimensions M by N.', url='https://github.com/fauzisho/GymConnectX', author='Fauzi Sholichin',