We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251ef0e commit 88aaaf5Copy full SHA for 88aaaf5
cdas/__init__.py
@@ -1,4 +1,4 @@
1
# __init__.py
2
3
# Version of the cdas package
4
-__version__ = "0.0.5"
+__version__ = "0.0.6"
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="cdas",
12
- version="0.0.5",
+ version="0.0.6",
13
description="Cybersecurity Decision Analysis Simulator (CDAS)",
14
long_description=DESCRIPTION,
15
#long_description_content_type="text/markdown",
0 commit comments