Skip to content

Commit 00adecc

Browse files
committed
Bump version string to v2.0.0b6
1 parent 84e1246 commit 00adecc

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ classifiers = [
3939
"Programming Language :: Python :: Implementation :: CPython",
4040
"Programming Language :: Python :: Implementation :: PyPy",
4141
]
42-
dependencies = [
43-
"fastjsonschema >=2.14.5",
44-
"requests >=2",
45-
"lxml >=4",
46-
"anyio >=3",
47-
]
42+
dependencies = ["fastjsonschema>=2.14.5", "requests>=2", "lxml>=4", "anyio>=3"]
4843
dynamic = ["version"]
4944
urls.Changelog = "https://reactpy.dev/docs/about/changelog.html"
5045
urls.Documentation = "https://reactpy.dev/"
@@ -53,7 +48,7 @@ urls.Source = "https://github.com/reactive-python/reactpy"
5348
[project.optional-dependencies]
5449
all = ["reactpy[asgi,jinja,testing]"]
5550
asgi = ["asgiref", "asgi-tools", "servestatic", "orjson"]
56-
jinja = ["jinja2-simple-tags", "jinja2 >=3"]
51+
jinja = ["jinja2-simple-tags", "jinja2>=3"]
5752
testing = ["playwright", "uvicorn[standard]"]
5853

5954
[tool.hatch.version]

src/reactpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy
2424

2525
__author__ = "The Reactive Python Team"
26-
__version__ = "2.0.0b5"
26+
__version__ = "2.0.0b6"
2727

2828
__all__ = [
2929
"Ref",

0 commit comments

Comments
 (0)