Skip to content

Commit

Permalink
Merge pull request #7 from amarpersaud/AddFunctions
Browse files Browse the repository at this point in the history
Update version to 0.1.1
  • Loading branch information
amarpersaud authored Jun 24, 2023
2 parents e3985a2 + a150f86 commit a170da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_and_install.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
py -m build
py -m pip install dist/jplaw-0.1.tar.gz
py -m pip install dist/jplaw-0.1.1.tar.gz
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a170da7

Please sign in to comment.