Skip to content

Commit 60c4101

Browse files
committed
chore: bump version
1 parent d27e95a commit 60c4101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0"
8+
__version__ = "1.1.1"
99
__license__ = "Apache License, Version 2.0"
1010

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "Censys Team"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "1.1.0"
28+
release = "1.1.1"
2929

3030

3131
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)