diff --git a/setup.py b/setup.py index e5160cb18013d60c6a7dad20a022a341cdb24a5d..0d2305f0b59453c0d209918fc74b991f87bcbda0 100755 --- a/setup.py +++ b/setup.py @@ -45,10 +45,10 @@ from setuptools import find_packages, setup # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ######################################################################## -ISRELEASED = False +ISRELEASED = True MAJOR = 0 -MINOR = 10 -MICRO = 1 +MINOR = 11 +MICRO = 0 # Do not tag as pre-release until this commit # https://github.com/pypa/packaging/pull/515 # has made it into a release. Probably we should wait for pypa/packaging>=21.4 diff --git a/src/doc/conf.py b/src/doc/conf.py index 15fa844e546a40efa99f577944c377f0a6a0c19a..b6d82cd82ee62e6a03c2fdea8c35129adb6096a9 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -29,10 +29,10 @@ copyright = '2022, IndiScale GmbH' author = 'Daniel Hornung' # The short X.Y version -version = '0.10.1' +version = '0.11.0' # The full version, including alpha/beta/rc tags # release = '0.5.2-rc2' -release = '0.10.1-dev' +release = '0.10.1' # -- General configuration ---------------------------------------------------