File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515author = 'J. Ritchie Carroll'
1616
1717# The full version, including alpha/beta/rc tags
18- release = '0.2 .0'
18+ release = '0.3 .0'
1919
2020# -- General configuration ---------------------------------------------------
2121# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11[metadata]
22name = sttpapi
3- version = 0.2 .0
3+ version = 0.3 .0
44author = J. Ritchie Carroll
55author_email = rcarroll@gridprotectionalliance.org
66description = Streaming Telemetry Transport Protocol API
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ class Version:
2727 Defines the STTP library API title used for data subscriber identification.
2828 """
2929
30- STTP_VERSION = "0.2 .0"
30+ STTP_VERSION = "0.3 .0"
3131 """
3232 Defines the STTP library API version used for data subscriber identification.
3333 """
3434
35- STTP_UPDATEDON = "2022-08-28 "
35+ STTP_UPDATEDON = "2022-08-29 "
3636 """
3737 Defines when the STTP library API was last updated used for data subscriber identification.
3838 """
You can’t perform that action at this time.
0 commit comments