Skip to content

Commit 21f1654

Browse files
committed
version bump to 1.0.0
1 parent 2e1bee5 commit 21f1654

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ in one (or more, I don't care :)) of your applications.
1111
I wrote project-specific downloader a few times now and finally decided to create a proper module for it as
1212
I couldn't find an existing one (Haven't spent that much time searching though).
1313

14-
## Important notice
15-
As of right now, this is **Beta**, so treat it as such ;)
16-
I added some unittests but there're still more to go!
17-
1814
## ToDo
1915
Things to implement:
2016
* More unittests

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
setup(
44
name='lwe-pyloader',
5-
version='0.2.4',
6-
description='A simple, easy to use, multi-threaded downloader with '
7-
'queuing support.',
5+
version='1.0.0',
6+
description='A simple, easy to use, multithreaded downloader '
7+
'with queuing.',
88
long_description='For an overview and some examples, head over to '
99
'`Github <https://github.com/linuxwhatelse/pyloader>`_',
1010
url='https://github.com/linuxwhatelse/pyloader',
1111
author='linuxwhatelse',
1212
author_email='[email protected]',
1313
license='GPLv3',
1414
classifiers=[
15-
'Development Status :: 4 - Beta',
15+
'Development Status :: 5 - Production/Stable',
1616
'Intended Audience :: Developers',
1717
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
1818
'Operating System :: OS Independent',
@@ -23,7 +23,7 @@
2323
'Programming Language :: Python :: 3.6',
2424
'Topic :: Software Development :: Libraries :: Python Modules',
2525
],
26-
keywords='pyloader download multi-threaded queue',
26+
keywords='downloader threaded queuing',
2727
py_modules=[
2828
'pyloader'
2929
],

0 commit comments

Comments
 (0)