diff --git a/MLGLUE/version.py b/MLGLUE/version.py index f18e5d0..a11f0b4 100644 --- a/MLGLUE/version.py +++ b/MLGLUE/version.py @@ -1 +1 @@ -__version__ = "0.0.18" +__version__ = "0.0.19" diff --git a/setup.py b/setup.py index 055df35..c97168e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = "mlglue", author = "M. G. Rudolph", - version = "0.0.18", + version = "0.0.19", description = "a Python implementation of the (M)ulti(l)evel (G)eneralized (L)ikelihood (U)ncertainty (E)stimation (MLGLUE) algorithm and utility functions", url = "https://github.com/iGW-TU-Dresden/MLGLUE", author_email = "max_gustav.rudolph@tu-dresden.de",