From dedb776da81d339b7afbfccc1b71e0fb265b1e13 Mon Sep 17 00:00:00 2001 From: Tyler Stegmaier Date: Tue, 22 Sep 2020 10:26:58 -0500 Subject: [PATCH] fix build download link --- README.md | 2 +- install.ps1 | 4 ++-- setup.py | 4 ++-- src/PythonDebugTools/__version__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e19878..a99d055 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PyDebug +# PythonDebugTools debug helper functions diff --git a/install.ps1 b/install.ps1 index a4af259..86dc2fd 100644 --- a/install.ps1 +++ b/install.ps1 @@ -1,4 +1,4 @@ -cd D:\WorkSpace\PyDebug> +cd D:\WorkSpace\PythonDebugTools> Get-ChildItem -Path "./dist" -Include *.* -File -Recurse | foreach { $_.Delete()} Get-ChildItem -Path "./build" -Include *.* -File -Recurse | foreach { $_.Delete()} @@ -8,4 +8,4 @@ python setup.py build sdist python setup.py install -pause \ No newline at end of file +pause diff --git a/setup.py b/setup.py index d39d1de..4514ea2 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,8 @@ name='PythonDebugTools', version=version, packages=['PythonDebugTools'], - url='https://github.com/Jakar510/PyDebug', - download_url='https://github.com/Jakar510/PyDebug/releases/tag/v1.5.0', + url='https://github.com/Jakar510/PythonDebugTools', + download_url=f'https://github.com/Jakar510/PythonDebugTools/releases/tag/{version}', license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007', author='Tyler Stegmaier', author_email='tyler.stegmaier.510@gmail.com', diff --git a/src/PythonDebugTools/__version__.py b/src/PythonDebugTools/__version__.py index 3ce7b05..a5d580f 100644 --- a/src/PythonDebugTools/__version__.py +++ b/src/PythonDebugTools/__version__.py @@ -1,3 +1,3 @@ -version = '1.6.0' +version = '1.6.1'