Skip to content

Commit 88aaaf5

Browse files
committed
Increment version
1 parent 251ef0e commit 88aaaf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cdas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# __init__.py
22

33
# Version of the cdas package
4-
__version__ = "0.0.5"
4+
__version__ = "0.0.6"

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="cdas",
12-
version="0.0.5",
12+
version="0.0.6",
1313
description="Cybersecurity Decision Analysis Simulator (CDAS)",
1414
long_description=DESCRIPTION,
1515
#long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)