From eea98bb03094a9810347a484cf340e64277b5fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sat, 26 Aug 2023 12:40:50 +0200 Subject: [PATCH] REL: prep release 1.1.0rc2 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },