Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
floriscalkoen committed Jan 19, 2024
1 parent 6fcd8ae commit 385543c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "coastal-dynamics"
version = "0.0.3"
version = "0.0.4"
description = "Jupyterbook for Delft Technical University Coastal Systems"
authors = ["Floris Calkoen"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/coastal_dynamics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

from .factory import QuestionFactory
from .multiple_choice import MultipleChoiceQuestion
Expand Down

0 comments on commit 385543c

Please sign in to comment.