From 54f28017ce4c541d1a84bb1486745f1c5e79b070 Mon Sep 17 00:00:00 2001 From: TheOnlyZac Date: Fri, 10 Feb 2023 17:27:40 -0500 Subject: [PATCH] Minor text fixes --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0ef6d3..f946060 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sly String Toolkit -This is a toolkit for making string replacement mods for *Sly 2: Band of Thieves* for the PS2. +This is a toolkit for making string replacement mods for *Sly 2: Band of Thieves* for the PS2. For a complete tutorial, see [this guide](https://slymods.info/wiki/Guide:Replacing_strings). # Usage diff --git a/setup.py b/setup.py index 9a25e3e..a89100a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sly-string-toolkit', - version='0.1', + version='1.0', packages=find_packages(), install_requires=[ 'keystone-engine',