Skip to content

Commit 23f4219

Browse files
committed
chore: bump version
1 parent 5bab25b commit 23f4219

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

censys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = "Censys Team"
66
__email__ = "support@censys.io"
77
__copyright__ = "Copyright 2020 Censys, Inc."
8-
__version__ = "1.0.0"
8+
__version__ = "1.0.1"
99
__license__ = "Apache License, Version 2.0"
1010

1111
__all__ = ["certificates", "data", "exceptions", "ipv4", "websites"]

setup.py

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,25 @@
5151
"Typing :: Typed",
5252
"Topic :: Internet",
5353
"Topic :: Security",
54+
"Topic :: Documentation :: Sphinx",
55+
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
56+
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
57+
"Topic :: Software Development :: Libraries :: Python Modules",
5458
"Framework :: Pytest",
5559
"Framework :: Flake8",
60+
"Environment :: Console",
61+
"Natural Language :: English",
62+
"Intended Audience :: Developers",
63+
"Operating System :: OS Independent",
64+
"Development Status :: 5 - Production/Stable",
65+
"License :: OSI Approved :: Apache Software License",
5666
"Programming Language :: Python",
5767
"Programming Language :: Python :: 3",
5868
"Programming Language :: Python :: 3.6",
5969
"Programming Language :: Python :: 3.7",
6070
"Programming Language :: Python :: 3.8",
71+
"Programming Language :: Python :: 3.9",
6172
"Programming Language :: Python :: Implementation :: PyPy",
62-
"Environment :: Console",
63-
"Intended Audience :: Developers",
64-
"Operating System :: OS Independent",
65-
"License :: OSI Approved :: Apache Software License",
6673
],
6774
project_urls={"Documentation": DOC_URL, "Source": GIT_URL, "Tracker": ISSUE_URL},
6875
)

0 commit comments

Comments
 (0)