Skip to content

Commit a1f118c

Browse files
committed
bump to v0.1.0
1 parent 42edfb2 commit a1f118c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Version 0.0.26 of the `mythic` package supports version 2.3+ of the Mythic proje
2525
Version 0.0.29-0.0.36 of the `mythic` package supports version 2.3+ of the Mythic project utilizing the new GraphQL endpoints and reports as version "3".
2626
This will be the last version that supports the old mythic_rest interface. Starting with version 0.1.0, the `mythic` PyPi package will only support the new GraphQL interface and will report as version "4".
2727

28-
Version 0.1.0rc1+ of the `mythic` package supports version 3.0 of the Mythic project utilizing the new GraphQL endpoints.
28+
Version 0.1.0 of the `mythic` package supports version 3.0 of the Mythic project utilizing the new GraphQL endpoints.
2929

3030
# Information
3131

mythic/mythic_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(
2626
self.http = "http://" if not ssl else "https://"
2727
self.ws = "ws://" if not ssl else "wss://"
2828
self.global_timeout = global_timeout if global_timeout is not None else -1
29-
self.scripting_version = "0.1.0rc8"
29+
self.scripting_version = "0.1.0"
3030
self.current_operation_id = 0
3131
self.schema = schema
3232

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This call to setup() does all the work
1212
setup(
1313
name="mythic",
14-
version="0.1.0rc9",
14+
version="0.1.0",
1515
description="Interact with Mythic C2 Framework Instances",
1616
long_description=README,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)