Skip to content

Commit 9622675

Browse files
[UPDATE] Version Bump to 2.0.2
Changes in file docs/conf.py: - bump version to 2.0.2 Changes in file multicast/__init__.py: - bump version to 2.0.2 Changes in file setup.cfg: - bump version to 2.0.2
1 parent 3274541 commit 9622675

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def _validate_git_ref(ref: str) -> str:
133133
# The short X.Y version.
134134
version = "v2.0"
135135
# The full version, including alpha/beta/rc tags.
136-
release = "v2.0.1"
136+
release = "v2.0.2"
137137

138138
# The language for content autogenerated by Sphinx. Refer to documentation
139139
# for a list of supported languages.

multicast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
global __version__ # skipcq: PYL-W0604
9595

96-
__version__ = """2.0.1"""
96+
__version__ = """2.0.2"""
9797
"""The version of this program.
9898
9999
Minimal Acceptance Testing:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = multicast
3-
version = 2.0.1
3+
version = 2.0.2
44
author = Mr. Walls
55
author_email = [email protected]
66
description = Python Multicast Repo for Send/Recv Stubs.

0 commit comments

Comments
 (0)