Skip to content

Commit

Permalink
Updated version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Jul 29, 2024
1 parent 1a99b2b commit e7260e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sttpapi
version = 0.6.0
version = 0.6.2
author = J. Ritchie Carroll
author_email = [email protected]
description = Streaming Telemetry Transport Protocol API
Expand Down
4 changes: 2 additions & 2 deletions src/sttp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

0 comments on commit e7260e4

Please sign in to comment.