Skip to content

Commit

Permalink
Merge pull request #3 from ait-aecid/fixed_kyoushi-sim
Browse files Browse the repository at this point in the history
Fixed kyoushi sim
  • Loading branch information
whotwagner authored Aug 10, 2021
2 parents 2c0c8e8 + 5d827f6 commit c9ab3ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kyoushi-simulation"
version = "0.3.8"
version = "0.3.9"
description = ""
authors = ["Maximilian Frank <maximilian.frank@ait.ac.at>"]
license = "MIT"
Expand Down Expand Up @@ -81,7 +81,7 @@ exclude = '''
'''

[tool.poetry.scripts]
kyoushi-sim = "kyoushi.simulation.cli:cli"
kyoushi-sim = "cr_kyoushi.simulation.cli:cli"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit c9ab3ee

Please sign in to comment.