Skip to content

Commit

Permalink
bump version to 0.8.0rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Jul 5, 2023
1 parent d68374a commit 8a9787a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion linien-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from setuptools import find_packages, setup

version = "0.8.0rc8"
version = "0.8.0rc9"

setup(
name="linien-client",
Expand Down
2 changes: 1 addition & 1 deletion linien-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="linien-common",
version="0.8.0rc8",
version="0.8.0rc9",
author="Benjamin Wiegand",
author_email="highwaychile@posteo.de",
maintainer="Bastian Leykauf",
Expand Down
2 changes: 1 addition & 1 deletion linien-gui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from setuptools import find_packages, setup

version = "0.8.0rc8"
version = "0.8.0rc9"

setup(
name="linien-gui",
Expand Down
2 changes: 1 addition & 1 deletion linien-server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from setuptools import find_packages, setup

version = "0.8.0rc8"
version = "0.8.0rc9"

setup(
name="linien-server",
Expand Down

0 comments on commit 8a9787a

Please sign in to comment.