From bbd55e1020f5e693b94601f4f60bb0298414ae0e Mon Sep 17 00:00:00 2001 From: srajan-kiyotaka Date: Fri, 28 Jun 2024 00:22:47 +0530 Subject: [PATCH] preparing for release. --- README.md | 6 ------ setup.py | 2 +- tutorials/Tree World/beginner.ipynb | 10 +++++----- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 175044c..d03f801 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,6 @@ To install Traverse Craft, simply run: pip install TraverseCraft ``` -### Using conda - -```bash -conda install -c conda-forge TraverseCraft -``` - For detailed installation instructions, refer to our [installation guide](https://harrionparrix.github.io/traversecraft/getting-started/index.html). ## Getting Started diff --git a/setup.py b/setup.py index 907967d..9255e2b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='TraverseCraft', - version='1.2.1', + version='1.0.0', author='Srajan Chourasia, Varun Patrikar', author_email='srajanstark.ash@gmail.com, patrikarvarun@gmail.com', maintainer='Varun Patrikar, Srajan Chourasia', diff --git a/tutorials/Tree World/beginner.ipynb b/tutorials/Tree World/beginner.ipynb index 85f6333..a28bb9d 100644 --- a/tutorials/Tree World/beginner.ipynb +++ b/tutorials/Tree World/beginner.ipynb @@ -13,16 +13,16 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Looking in indexes: https://test.pypi.org/simple/\n", - "Requirement already satisfied: TraverseCraft in /media/srajan/Data/Project/LibraryTests/envs/lib/python3.8/site-packages (0.8.5)\n", - "Requirement already satisfied: prettytable in /media/srajan/Data/Project/LibraryTests/envs/lib/python3.8/site-packages (from TraverseCraft) (0.7.3.dev122)\n" + "Requirement already satisfied: TraverseCraft in /home/srajan/miniconda3/lib/python3.8/site-packages (0.9.7)\n", + "Requirement already satisfied: prettytable in /home/srajan/miniconda3/lib/python3.8/site-packages (from TraverseCraft) (3.10.0)\n", + "Requirement already satisfied: wcwidth in /home/srajan/miniconda3/lib/python3.8/site-packages (from prettytable->TraverseCraft) (0.2.13)\n" ] } ], @@ -847,7 +847,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.19" + "version": "3.8.18" } }, "nbformat": 4,