diff --git a/backend/moonstreamapi/version.py b/backend/moonstreamapi/version.py index 38f0d813..edd28105 100644 --- a/backend/moonstreamapi/version.py +++ b/backend/moonstreamapi/version.py @@ -2,4 +2,4 @@ Moonstream library and API version. """ -MOONSTREAMAPI_VERSION = "0.2.3" +MOONSTREAMAPI_VERSION = "0.2.4" diff --git a/crawlers/mooncrawl/mooncrawl/version.py b/crawlers/mooncrawl/mooncrawl/version.py index 4d144142..47f45764 100644 --- a/crawlers/mooncrawl/mooncrawl/version.py +++ b/crawlers/mooncrawl/mooncrawl/version.py @@ -2,4 +2,4 @@ Moonstream crawlers version. """ -MOONCRAWL_VERSION = "0.2.9" +MOONCRAWL_VERSION = "0.3.0"