Skip to content

Commit

Permalink
Merge pull request #4 from ait-aecid/fixed_kyoushi-sim
Browse files Browse the repository at this point in the history
fixed version-problems
  • Loading branch information
whotwagner authored Aug 11, 2021
2 parents c9ab3ee + 9d28e46 commit 78228ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kyoushi-simulation"
version = "0.3.9"
version = "0.3.10"
description = ""
authors = ["Maximilian Frank <maximilian.frank@ait.ac.at>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/cr_kyoushi/simulation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.3.8"
FACTORY_ENTRYPOINT = "cr_kyoushi.simulation"
__version__ = "0.3.10"
FACTORY_ENTRYPOINT = "kyoushi.simulation"

0 comments on commit 78228ab

Please sign in to comment.