Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
N3RDIUM committed May 15, 2022
1 parent c549c3e commit bb48b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time
import PyTaskbar
import PyTaskbarProgress

prog = PyTaskbar.Progress()
prog = PyTaskbarProgress.Progress()
prog.init()

prog.setState('loading')
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def copy_tlb(dst):

setuptools.setup(
name='PyTaskbarProgress',
version='0.0.5',
version='0.0.6',
author='somePythonProgrammer',
description='The ultimate taskbar progress python package!',
packages = setuptools.find_packages(include=['PyTaskbarProgress']),
Expand All @@ -32,5 +32,5 @@ def copy_tlb(dst):
url = 'https://github.com/somePythonProgrammer/PyTaskbar',
long_description_content_type='text/markdown',
long_description=open('README.md').read(),
download_url = 'https://github.com/somePythonProgrammer/PyTaskbar/releases/download/0.0.5/PyTaskbarProgress-0.0.5.tar.gz',
download_url = 'https://github.com/somePythonProgrammer/PyTaskbar/releases/download/0.0.6/PyTaskbarProgress-0.0.6.tar.gz',
)

0 comments on commit bb48b8a

Please sign in to comment.