0.9.2 Add notice to LICENSE
This commit is contained in:
1
LICENSE
1
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
|
||||
|
||||
2
setup.py
2
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",
|
||||
|
||||
Reference in New Issue
Block a user