diff --git a/LICENSE b/LICENSE index 42f19b0..fcb6362 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Streaming Telemetry Transport Protocol +Copyright (c) 2022-2024 Streaming Telemetry Transport Protocol Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.cfg b/setup.cfg index 71c1c2f..39d0faa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sttpapi -version = 0.6.0 +version = 0.6.2 author = J. Ritchie Carroll author_email = rcarroll@gridprotectionalliance.org description = Streaming Telemetry Transport Protocol API diff --git a/src/sttp/version.py b/src/sttp/version.py index 414bd4b..6990244 100644 --- a/src/sttp/version.py +++ b/src/sttp/version.py @@ -27,13 +27,13 @@ class Version: Defines the STTP library API title used for data subscriber identification. """ - STTP_VERSION = "0.6.1" + STTP_VERSION = "0.6.2" """ Defines the STTP library API version used for data subscriber identification. Note: This is not the STTP protocol version, but the version of the STTP library API. """ - STTP_UPDATEDON = "2022-12-09" + STTP_UPDATEDON = "2024-07-29" """ Defines when the STTP library API was last updated used for data subscriber identification. """