diff --git a/build_and_install.bat b/build_and_install.bat index 1ff6f59..52ff4ab 100644 --- a/build_and_install.bat +++ b/build_and_install.bat @@ -1,2 +1,2 @@ py -m build -py -m pip install dist/jplaw-0.1.tar.gz \ No newline at end of file +py -m pip install dist/jplaw-0.1.1.tar.gz \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 692d915..455f861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jplaw" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Amar Persaud", email="tehspartaa@gmail.com" }, ] diff --git a/setup.py b/setup.py index 5f0fbae..0af0a96 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='jplaw', - version='0.1', + version='0.1.1', packages=['jplaw'], description='A python wrapper for the lemmy HTTP API. Forked from plaw by Benjamin Jablonski (benja810)', author='Amar Persaud',