diff --git a/censys/__init__.py b/censys/__init__.py index a25e9f53..27c1eab7 100644 --- a/censys/__init__.py +++ b/censys/__init__.py @@ -5,7 +5,7 @@ __author__ = "Censys Team" __email__ = "support@censys.io" __copyright__ = "Copyright 2020 Censys, Inc." -__version__ = "1.1.0" +__version__ = "1.1.1" __license__ = "Apache License, Version 2.0" __all__ = ["asm", "certificates", "data", "exceptions", "ipv4", "websites"] diff --git a/docs/conf.py b/docs/conf.py index 92d8f163..61288de1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = "Censys Team" # The full version, including alpha/beta/rc tags -release = "1.1.0" +release = "1.1.1" # -- General configuration ---------------------------------------------------