diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..96630f9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Cailean Carter + +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. diff --git a/__init__.py b/__init__.py index 47ce4e8..602a0d5 100644 --- a/__init__.py +++ b/__init__.py @@ -1,3 +1,3 @@ # __init__.py -__version__ = "2.0.1-alpha" \ No newline at end of file +__version__ = "2.1.1-alpha" diff --git a/settings.json b/settings.json index fc0642e..78eb9ed 100644 --- a/settings.json +++ b/settings.json @@ -176,4 +176,4 @@ "Trimethoprim": "Diaminopyrimidines", "Vancomycin": "Glycopeptides" } -} \ No newline at end of file +} diff --git a/setup.py b/setup.py index 9e18c5e..23527b3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="abxrxpro", - version="2.0.1", + version="2.1.1", description="Visualise your isolate's antibiotic resistance profile", long_description=README, long_description_content_type="text/markdown", @@ -17,4 +17,4 @@ license="MIT", include_package_data=True, install_requires=["plotly", "pandas"] -) \ No newline at end of file +)