File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Version 0.1.0
88
99.. note::
1010 This is an initial Beta release.
11-
11+
1212Released on June 13, 2021
1313
1414- Basic project tooling put into place.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def readme():
1616
1717setup (
1818 name = "nightfall" ,
19- version = "0.1.4dev " ,
19+ version = "0.1.0 " ,
2020 description = "Python SDK for Nightfall" ,
2121 long_description = readme (),
2222 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change @@ -21,5 +21,4 @@ def testScan(self):
2121 """Test basics of API, can submit a request and receive a response."""
2222 resp = self .client .scan (['testing' ])
2323 self .assertEqual (resp .status_code , 200 )
24- self .assertEqual (resp .json (), None )
2524
You can’t perform that action at this time.
0 commit comments