diff --git a/docs/conf.py b/docs/conf.py index 13910fa..2e8eae0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ author = "Alister Trabattoni" # The full version, including alpha/beta/rc tags -release = "0.1.2" +release = "0.2" # -- General configuration --------------------------------------------------- diff --git a/docs/release-notes.md b/docs/release-notes.md index 088eb79..88264f5 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,9 @@ # Release notes +## 0.2 + +TODO + ## 0.1.2 - Add ZeroMQ streaming capabilities (@atrabattoni) diff --git a/pyproject.toml b/pyproject.toml index 522993d..d1cf4f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xdas" -version = "0.1.2" +version = "0.2" requires-python = ">= 3.10" authors = [ { name = "Alister Trabattoni", email = "alister.trabattoni@gmail.com" },