Skip to content

Commit

Permalink
ready for binary v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acashmoney committed Sep 1, 2023
1 parent f9719be commit 4fc11d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var upgradeCmd = &cobra.Command{
}

const (
CurrentPlexVersion = "v0.10.0"
CurrentPlexVersion = "v0.10.1"
ReleaseURL = "https://api.github.com/repos/labdao/plex/releases/latest"
ToolsURL = "https://api.github.com/repos/labdao/plex/contents/tools?ref=main"
)
Expand Down
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run(self):
# Retrieve platform from environment variable
plat_name = os.environ['PLAT_NAME']

current_binary_version = "0.10.0"
current_binary_version = "0.10.1"
# map plat_name to go_bin_url
urls = {
"darwin_x86_64": f"https://github.com/labdao/plex/releases/download/v{current_binary_version}/plex_{current_binary_version}_darwin_amd64.tar.gz",
Expand Down Expand Up @@ -56,7 +56,7 @@ def download_and_extract(self, go_bin_url, temp_dir):

setup(
name="PlexLabExchange",
version="0.9.0",
version="0.9.1",
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 4fc11d4

Please sign in to comment.