Skip to content

Commit

Permalink
pip pkg v0.8.20 published
Browse files Browse the repository at this point in the history
  • Loading branch information
acashmoney committed Aug 4, 2023
1 parent 254da28 commit d9f2a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def download_and_extract(self, go_bin_url, temp_dir):

setup(
name="PlexLabExchange",
version="0.8.19",
version="0.8.20",
packages=find_packages(where='src'), # tell setuptools to look in the 'src' directory for packages
package_dir={'': 'src'}, # tell setuptools that the packages are under the 'src' directory
cmdclass={
Expand Down

0 comments on commit d9f2a0b

Please sign in to comment.