diff --git a/README.md b/README.md index 9757f315..59006709 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Python notifier for reporting exceptions, errors, and log messages to [Rollbar]( | PyRollbar Version | Python Version Compatibility | Support Level | |-------------------|-----------------------------------------------|---------------------| -| 0.17.0 | 3.6, 3.7. 3.8, 3.9, 3.10, 3.11 | Full | +| 1.0.0 | 3.6, 3.7. 3.8, 3.9, 3.10, 3.11 | Full | | 0.16.3 | 2.7, 3.4, 3.5, 3.6, 3.7. 3.8, 3.9, 3.10, 3.11 | Security Fixes Only | #### Support Level Definitions diff --git a/rollbar/__init__.py b/rollbar/__init__.py index 4190f7d8..42b8d5ec 100644 --- a/rollbar/__init__.py +++ b/rollbar/__init__.py @@ -24,7 +24,7 @@ from rollbar.lib import events, filters, dict_merge, transport, defaultJSONEncode -__version__ = '1.0.0b1' +__version__ = '1.0.0' __log_name__ = 'rollbar' log = logging.getLogger(__log_name__)