Skip to content

Commit 1fa6f0d

Browse files
authored
Prerelease/1.0.1 rc4 (#782)
* Prerelease 1.0.1-rc4 * Update Python requirements in setup.py
1 parent e46e106 commit 1fa6f0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dash_bootstrap_components/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1-dev"
1+
__version__ = "1.0.1-rc4"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-bootstrap-components",
3-
"version": "1.0.1-dev",
3+
"version": "1.0.1-rc4",
44
"description": "Bootstrap components for Plotly Dash",
55
"repository": "github:facultyai/dash-bootstrap-components",
66
"main": "lib/dash-bootstrap-components.min.js",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ def _get_long_description():
5050
"Programming Language :: Python :: 3.9",
5151
],
5252
extras_require={"pandas": ["numpy", "pandas"]},
53-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
53+
python_requires=">=3.6, <4",
5454
)

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "1.0.1-dev"
5+
assert __version__ == "1.0.1-rc4"

0 commit comments

Comments
 (0)