Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: prepare release 1.2.0b1 #93

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# the built documents.
#
# The short X.Y version.
version = "1.1.0"
version = "1.2"
# The full version, including alpha/beta/rc tags.
release = "1.1.0rc2"
release = "1.2.0b1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
requires = [
"setuptools>=61.2",
"Cython>=3.0",
"numpy>=1.25, <2.0",
"numpy>=2.0.0b1",
]

[project]
name = "ewah_bool_utils"
version = "1.1.0"
version = "1.2.0b1"
description = "EWAH Bool Array utils for yt"
authors = [
{ name = "Matthew Turk" },
Expand All @@ -18,8 +18,7 @@ requires-python =">=3.9"
dependencies = [
# match the absolute oldest version of numpy with *any*
# level of support for our minimal Python requirement
# https://github.com/scipy/oldest-supported-numpy/issues/76#issuecomment-1628865694
"numpy>=1.19.3",
"numpy>=1.19.3, <3",
]
classifiers = [
"Intended Audience :: Developers",
Expand Down