summaryrefslogtreecommitdiff
path: root/tirante/version.py
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-10-12 00:54:28 -0600
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-10-12 00:54:28 -0600
commit9aef24e1bba52b3c89203524556d216a62e994a7 (patch)
treeff31c8b5992e95c82ada9fad59b6deb9c11d03e3 /tirante/version.py
parent3b6420bfd00e9a7bc48246b0d9b32f90702e5352 (diff)
Bug fixes
Diffstat (limited to 'tirante/version.py')
-rw-r--r--tirante/version.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/tirante/version.py b/tirante/version.py
new file mode 100644
index 0000000..fab5843
--- /dev/null
+++ b/tirante/version.py
@@ -0,0 +1,23 @@
+"""MIT License
+
+Copyright (c) 2019 David Luevano Alvarado
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+"""
+__version__ = '0.0.1'