Skip to content

Commit d6fbd0e

Browse files
committed
bump version
1 parent 785b1a2 commit d6fbd0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_coco/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def construct_parser():
1515
description="A utility for managing AWS Console Sessions"
1616
)
1717

18-
parser.add_argument('--version', action='version', version='%(prog)s 0.1.5')
18+
parser.add_argument('--version', action='version', version='%(prog)s 0.1.6')
1919

2020
parser.add_argument("--profile", "-p", help="The AWS profile to use", default=None)
2121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-coco"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "A utility for managing AWS Console Sessions with Firefox Containers"
55
authors = ["Joe Snell <joepsnell@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)