We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98b6f64 + eea98bb commit 995e339Copy full SHA for 995e339
docs/conf.py
@@ -58,7 +58,7 @@
58
# The short X.Y version.
59
version = "1.1.0"
60
# The full version, including alpha/beta/rc tags.
61
-release = "1.1.0rc1"
+release = "1.1.0rc2"
62
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
# for a list of supported languages.
pyproject.toml
@@ -13,7 +13,7 @@ requires = [
13
14
[project]
15
name = "ewah_bool_utils"
16
-version = "1.1.0rc1"
+version = "1.1.0rc2"
17
description = "EWAH Bool Array utils for yt"
18
authors = [
19
{ name = "Matthew Turk" },
0 commit comments