Skip to content

Commit

Permalink
Version bump now 0.10.5 is released.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Mar 27, 2014
1 parent f70ed28 commit c456e7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkglib-testing/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main():
name='pkglib-testing',
description='PkgLib testing library',
long_description=long_description,
version='0.10.5',
version='0.10.6',
# url='',
license='MIT license',
platforms=['unix', 'linux'],
Expand Down
2 changes: 1 addition & 1 deletion pkglib-util/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main():
name='pkglib-util',
description='PkgLib Utility Library',
long_description=long_description,
version='0.10.5',
version='0.10.6',
# url='',
license='MIT license',
platforms=['unix', 'linux'],
Expand Down
2 changes: 1 addition & 1 deletion pkglib/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ autodoc-external-methods = 0

[metadata]
name = pkglib
version = 0.10.5
version = 0.10.6
author = Edward Easton
author_email = [email protected]
description = Company-centric Python packaging and testing library
Expand Down

0 comments on commit c456e7f

Please sign in to comment.