Skip to content

Commit aa5ddc6

Browse files
Updated version to 0.3.0
1 parent 61d7d5a commit aa5ddc6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author = '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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sttpapi
3-
version = 0.2.0
3+
version = 0.3.0
44
author = J. Ritchie Carroll
55
author_email = rcarroll@gridprotectionalliance.org
66
description = Streaming Telemetry Transport Protocol API

src/sttp/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)