Skip to content

Commit ed739e1

Browse files
committed
Update version
1 parent e17e36f commit ed739e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redash-client",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0",
44
"description": "The frontend part of Redash.",
55
"main": "index.js",
66
"scripts": {

redash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from redash.destinations import import_destinations
2020

2121

22-
__version__ = '4.0.0-rc.1'
22+
__version__ = '4.0.0'
2323

2424

2525
def setup_logging():

0 commit comments

Comments
 (0)