Skip to content

Commit fa92fec

Browse files
committed
Update version
1 parent 2d86305 commit fa92fec

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": "5.0.0",
3+
"version": "5.0.1",
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
@@ -18,7 +18,7 @@
1818
from redash.destinations import import_destinations
1919

2020

21-
__version__ = '5.0.0'
21+
__version__ = '5.0.1'
2222

2323

2424
def setup_logging():

0 commit comments

Comments
 (0)