Skip to content

Commit

Permalink
Prerelease/1.0.1 rc4 (#782)
Browse files Browse the repository at this point in the history
* Prerelease 1.0.1-rc4

* Update Python requirements in setup.py
  • Loading branch information
tcbegley committed Nov 27, 2021
1 parent e46e106 commit 1fa6f0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dash_bootstrap_components/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.1-dev"
__version__ = "1.0.1-rc4"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-bootstrap-components",
"version": "1.0.1-dev",
"version": "1.0.1-rc4",
"description": "Bootstrap components for Plotly Dash",
"repository": "github:facultyai/dash-bootstrap-components",
"main": "lib/dash-bootstrap-components.min.js",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ def _get_long_description():
"Programming Language :: Python :: 3.9",
],
extras_require={"pandas": ["numpy", "pandas"]},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
python_requires=">=3.6, <4",
)
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


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

0 comments on commit 1fa6f0d

Please sign in to comment.