diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d27da..9bb9f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,4 +9,4 @@ - Fixes #5: Ensure Python 3.6 testing works. - Fixes #6: Time format is W3C_XML_DATETIME, not ISO_8601_UTC. - Fixes #7: Move package metadata to setup.cfg from setup.py. -- Fixes #8: Add support for TAK-ADSB-ID. \ No newline at end of file +- Fixes #8: Add support for TAK-ADSB-ID. diff --git a/aircot/__init__.py b/aircot/__init__.py index 8fa83d6..3f470a4 100644 --- a/aircot/__init__.py +++ b/aircot/__init__.py @@ -21,7 +21,7 @@ :source: """ -__version__ = "2.0.0-beta3" +__version__ = "2.0.0" __author__ = "Greg Albrecht " __copyright__ = "Copyright Sensors & Signals LLC https://www.snstac.com" __license__ = "Apache License, Version 2.0"