Skip to content

Commit 51819bb

Browse files
committed
release: bump version to 0.9.9
1 parent 011a153 commit 51819bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 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.8"
7+
version = "0.9.9"
88
authors = [
99
{ name = "FalconsSky", email = "stu222782@mail.uni-kiel.de" },
1010
]

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.8',
8+
version='0.9.9',
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)