diff --git a/ognibuild/__init__.py b/ognibuild/__init__.py index 82408b8..22dfaec 100644 --- a/ognibuild/__init__.py +++ b/ognibuild/__init__.py @@ -20,7 +20,7 @@ import os import stat -__version__ = (0, 0, 6) +__version__ = (0, 0, 7) USER_AGENT = "Ognibuild" diff --git a/setup.py b/setup.py index 0be4ae0..8167aae 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name="ognibuild", description="Detect and run any build system", - version="0.0.6", + version="0.0.7", maintainer="Jelmer Vernooij", maintainer_email="jelmer@jelmer.uk", license="GNU GPLv2 or later",