0.9.2 Add notice to LICENSE

This commit is contained in:
Uiri 2016-07-28 01:24:26 -04:00
parent df2b2df8a1
commit b091d43847
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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",