Skip to content

Commit d74c985

Browse files
Update version from 0.1.1 to 1.0.0
1 parent 065591a commit d74c985

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
python_requires='>=3.6',
3636
project_urls={
3737
"Bug Tracker": "https://github.com/matheusfelipeog/worldometer/issues",
38-
"Documentation": "https://github.com/matheusfelipeog/worldometer/blob/master/doc/README.md",
38+
"Documentation": "https://worldometer.readthedocs.io",
3939
"Source Code": "https://github.com/matheusfelipeog/worldometer",
4040
},
4141
keywords=[
@@ -44,7 +44,7 @@
4444
'api', 'scraping', 'requests-html'
4545
],
4646
classifiers=[
47-
'Development Status :: 4 - Beta',
47+
'Development Status :: 5 - Production/Stable',
4848
'Intended Audience :: Developers',
4949
'Intended Audience :: Information Technology',
5050
'License :: OSI Approved :: MIT License',

worldometer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.1.1'
3+
__version__ = '1.0.0'
44
__author__ = 'Matheus Felipe'
55
__email__ = 'matheusfelipeog@protonmail.com'

0 commit comments

Comments
 (0)