Skip to content

Commit

Permalink
version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadly committed Jul 12, 2017
1 parent 2e1bee5 commit 21f1654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ in one (or more, I don't care :)) of your applications.
I wrote project-specific downloader a few times now and finally decided to create a proper module for it as
I couldn't find an existing one (Haven't spent that much time searching though).

## Important notice
As of right now, this is **Beta**, so treat it as such ;)
I added some unittests but there're still more to go!

## ToDo
Things to implement:
* More unittests
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

setup(
name='lwe-pyloader',
version='0.2.4',
description='A simple, easy to use, multi-threaded downloader with '
'queuing support.',
version='1.0.0',
description='A simple, easy to use, multithreaded downloader '
'with queuing.',
long_description='For an overview and some examples, head over to '
'`Github <https://github.com/linuxwhatelse/pyloader>`_',
url='https://github.com/linuxwhatelse/pyloader',
author='linuxwhatelse',
author_email='[email protected]',
license='GPLv3',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
Expand All @@ -23,7 +23,7 @@
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords='pyloader download multi-threaded queue',
keywords='downloader threaded queuing',
py_modules=[
'pyloader'
],
Expand Down

0 comments on commit 21f1654

Please sign in to comment.