Skip to content

Commit 7e52ca3

Browse files
authored
Version 2.0.3 (#42)
* Code style changed * Docs and types explanations fixed
1 parent 7a15e96 commit 7e52ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

threaded/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
if GThreadPooled is not None: # pragma: no cover
4242
__all__ += ("GThreadPooled", "gthreadpooled")
4343

44-
__version__ = "2.0.2"
44+
__version__ = "2.0.3"
4545
__author__ = "Alexey Stepanov"
4646
__author_email__ = "penguinolog@gmail.com"
4747
__maintainers__ = {

0 commit comments

Comments
 (0)