Skip to content

Commit d74f6bf

Browse files
[UPDATE] Version v2.0.5
1 parent a2ba35b commit d74f6bf

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
@@ -123,7 +123,7 @@
123123
# The short X.Y version.
124124
version = "v2.0"
125125
# The full version, including alpha/beta/rc tags.
126-
release = "v2.0.4"
126+
release = "v2.0.5"
127127

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

multicast/__init__.py

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

115115
global __version__ # skipcq: PYL-W0604
116116

117-
__version__ = "2.0.4"
117+
__version__ = "2.0.5"
118118
"""The version of this program.
119119
120120
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.4
3+
version = 2.0.5
44
author = Mr. Walls
55
author_email = [email protected]
66
description = Multicast Python Module for Send/Recv Stubs.

0 commit comments

Comments
 (0)