Release 0.0.5.
This commit is contained in:
parent
8f2aaf30a8
commit
36c331bffe
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ import os
|
|||
import stat
|
||||
|
||||
|
||||
__version__ = (0, 0, 4)
|
||||
__version__ = (0, 0, 5)
|
||||
|
||||
|
||||
USER_AGENT = "Ognibuild"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
|
||||
setup(name="ognibuild",
|
||||
description="Detect and run any build system",
|
||||
version="0.0.4",
|
||||
version="0.0.5",
|
||||
maintainer="Jelmer Vernooij",
|
||||
maintainer_email="jelmer@jelmer.uk",
|
||||
license="GNU GPLv2 or later",
|
||||
|
|
Loading…
Add table
Reference in a new issue