diff --git a/LICENSE b/LICENSE index 5e8e01d..e51bb97 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License Copyright 2013-2016 Uiri Noyb, 2015-2016 Julien Enselme +Copyright 2016 Google Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index d11cef2..44fb156 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup with open("README.rst") as readmefile: readme = readmefile.read() setup(name='toml', - version='0.9.1', + version='0.9.2', description="Python Library for Tom's Obvious, Minimal Language", author="Uiri Noyb", author_email="uiri@xqz.ca",