Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Biggs committed Oct 29, 2010
1 parent 3abb36b commit fb1ac6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pykg-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from pykg_config.version import Version
from pykg_config.pkgsearcher import PackageNotFoundError, NoOpenableFilesError

PYKG_CONFIG_VERSION = '1.0.0'
PYKG_CONFIG_VERSION = '1.1.0'
CORRESPONDING_VERSION = '0.25'

def setup_option_parser():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
scripts.append('pkg-config.bat')

setup(name='pykg-config',
version='1.0.0',
version='1.1.0',
description='pkg-config replacement.',
author='Geoffrey Biggs',
author_email='[email protected]',
Expand Down

0 comments on commit fb1ac6e

Please sign in to comment.