Skip to content

Commit a3bfa5d

Browse files
committed
feat: bump version to 1.0.3
1 parent 7033f04 commit a3bfa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connect4/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'connect4.py'
22
__author__ = 'airo.pi_'
33
__license__ = 'MIT'
4-
__version__ = '1.0.2'
4+
__version__ = '1.0.3'
55

66
from .core import Connect4 as Connect4
77
from .core import Players as Players

0 commit comments

Comments
 (0)