Release 0.12.0

This commit is contained in:
Joshua Harlow 2015-06-19 12:17:25 -07:00
parent dc8745880a
commit 7ada7f6baa
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.11"
_VERSION = "0.12"
def version_string():

View File

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