diff --git a/docs/conf.py b/docs/conf.py index 73c4dd7..ef613aa 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = "1.1.0" # The full version, including alpha/beta/rc tags. -release = "1.1.0rc1" +release = "1.1.0rc2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 24f22ea..515a62d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires = [ [project] name = "ewah_bool_utils" -version = "1.1.0rc1" +version = "1.1.0rc2" description = "EWAH Bool Array utils for yt" authors = [ { name = "Matthew Turk" },