diff --git a/docs/source/conf.py b/docs/source/conf.py index 8e89871..4ad0f61 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'0.5.20211115034029' +release = u'0.5.20211115035124' # -- General configuration --------------------------------------------------- diff --git a/raintale/version.py b/raintale/version.py index 696576a..2f0c994 100644 --- a/raintale/version.py +++ b/raintale/version.py @@ -1,3 +1,3 @@ __appname__ = "raintale" -__appversion__ = '0.5.20211115034029' +__appversion__ = '0.5.20211115035124' __useragent__ = "{}/{}".format(__appname__, __appversion__)