Skip to content

Commit 470ed67

Browse files
committed
Bump version to 1.0.2
1 parent a32bde5 commit 470ed67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.0.1'
29+
release = '1.0.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------
@@ -164,4 +164,4 @@
164164
# -- Options for todo extension ----------------------------------------------
165165

166166
# If true, `todo` and `todoList` produce output, else they produce nothing.
167-
todo_include_todos = True
167+
todo_include_todos = True

ec2instanceconnectcli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.0.1'
20+
__version__ = '1.0.2'
2121

2222
EnvironmentVariables = {
2323
'ca_bundle': ('ca_bundle', 'AWS_CA_BUNDLE', None, None),

0 commit comments

Comments
 (0)