Fix version.py file to reflect reality

This commit is contained in:
Joshua Harlow 2015-11-12 22:46:14 -08:00
parent f842cd6cb2
commit 0417e414a4
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# License for the specific language governing permissions and limitations
# under the License.
_VERSION = "0.12"
_VERSION = "0.14.1"
def version_string():

View File

@ -31,7 +31,7 @@ install_requires = [
setup(
name='fasteners',
version='0.14.0',
version='0.14.1',
description='A python package that provides useful locks.',
author="Joshua Harlow",
author_email='harlowja@yahoo-inc.com',