wepoll 0.2.0__cp313-cp313-win32.whl → 0.3.0__cp313-cp313-win32.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
wepoll/__init__.py CHANGED
@@ -15,7 +15,7 @@ from .loop import WepollEventLoop
15
15
  from .selector import EpollSelector
16
16
 
17
17
  __author__ = "Vizonex"
18
- __version__ = "0.2.0"
18
+ __version__ = "0.3.0"
19
19
  __all__ = (
20
20
  "EPOLLERR",
21
21
  "EPOLLHUP",