Skip to content

Commit

Permalink
fixed imports to also work in package
Browse files Browse the repository at this point in the history
  • Loading branch information
tueboesen committed Mar 16, 2023
1 parent 8e59fe1 commit 57a5a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multibodypendulum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .npendul import MultiBodyPendulum

__version__ = "0.2"
__version__ = "0.2.1"

__all__ = [
"MultiBodyPendulum",
Expand Down
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 = "multibodypendulum"
version = "0.1.0"
version = "0.2.1"
description = "Simulates a multi-body-pendulum"
authors = ["Tue Boesen <tue.boesen@protonmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 57a5a87

Please sign in to comment.