We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28922bd commit 4dbde81Copy full SHA for 4dbde81
dcs_core/__version__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.8.2"
+__version__ = "0.8.3"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dcs-core"
3
-version = "0.8.2"
+version = "0.8.3"
4
description = "Open Source Data Quality Monitoring"
5
license = "Apache-2.0"
6
authors = [
0 commit comments