We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7033f04 commit a3bfa5dCopy full SHA for a3bfa5d
src/connect4/__init__.py
@@ -1,7 +1,7 @@
1
__title__ = 'connect4.py'
2
__author__ = 'airo.pi_'
3
__license__ = 'MIT'
4
-__version__ = '1.0.2'
+__version__ = '1.0.3'
5
6
from .core import Connect4 as Connect4
7
from .core import Players as Players
0 commit comments