Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit c9a29c5

Browse files
committed
v0.12.7-rc2
1 parent 2968692 commit c9a29c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dash_core_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os as _os
22
import dash as _dash
33
import sys as _sys
4-
__version__ = '0.12.7-rc1'
4+
__version__ = '0.12.7-rc2'
55

66
_current_path = _os.path.dirname(_os.path.abspath(__file__))
77

dash_core_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.12.7rc1'
1+
__version__ = '0.12.7rc2'

0 commit comments

Comments
 (0)