diff --git a/docs/conf.py b/docs/conf.py index 4b3a4207..9234df10 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Szabolcs Dombi' # The full version, including alpha/beta/rc tags -release = '0.2.5' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 38a54d16..0ac54124 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='zengl', - version='0.2.5', + version='0.3.0', py_modules=['_zengl'], data_files=[('.', ['zengl.pyi'])], ext_modules=[ext],