Skip to content

Commit 315e8bb

Browse files
committed
build: version update 2.8.3
1 parent 9c1310a commit 315e8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyrfc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 8, 1)
1+
__version_info__ = (2, 8, 2)
22
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)