Skip to content

Commit faad08b

Browse files
committed
general: updated project files
1 parent 4a7cba9 commit faad08b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

logic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ def calculate_move(self) -> Move:
1313
def on_update(self, state: GameState):
1414
self.gameState = state
1515

16-
def on_error(self, logMessage: str):
17-
...
18-
1916

2017
if __name__ == "__main__":
2118
Starter(logic=Logic())

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "socha"
7-
version = "0.9.3"
7+
version = "0.9.4"
88
authors = [
99
{ name = "FalconsSky", email = "stu222782@mail.uni-kiel.de" },
1010
]
@@ -15,6 +15,7 @@ dependencies = [
1515
"xsdata~=22.8"
1616
]
1717
classifiers = [
18+
"Programming Language :: Python",
1819
"Programming Language :: Python :: 3.10",
1920
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
2021
"Operating System :: OS Independent",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='socha',
8-
version='0.9.3',
8+
version='0.9.4',
99
packages=['socha', 'socha.api', 'socha.api.plugin', 'socha.api.protocol',
1010
'socha.api.networking'],
1111
url='https://github.com/FalconsSky/Software-Challenge-Python-Client',

0 commit comments

Comments
 (0)