From 3eea21a5a035341284a631c47721124cd1659cd4 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Wed, 30 Jun 2021 16:31:03 +0200 Subject: [PATCH] Release v0.1.2 (#42) --- README.md | 12 ++++++------ version.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 075ec23..5a40ae4 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@

-

- :tada: - :1st_place_medal: - uncertainty-wizard won the best paper award in the testing tool track at ICST 2021 - :1st_place_medal: - :tada: +

+ + + Best Paper Award at ICST 2021 - Testing Tool Track + +

Uncertainty wizard is a plugin on top of `tensorflow.keras`, diff --git a/version.py b/version.py index d2a49eb..5405f8d 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = "0.1.1" +VERSION = "0.1.2" # RELEASE = VERSION + "-alpha2" # RELEASE = VERSION + "-beta1" # RELEASE = VERSION + "-rc1"