Skip to content

Commit

Permalink
Merge pull request #7 from SebastienEveno/update_init_file
Browse files Browse the repository at this point in the history
Update init file
  • Loading branch information
SebastienEveno authored Jun 5, 2022
2 parents 8302fa2 + 01a953a commit 67f1b76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions exotx/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Import version
from exotx._version import __version__ as _version

__version__ = _version

# Import classes
from exotx.data import *
from exotx.instruments import *
from exotx.models import *
2 changes: 1 addition & 1 deletion exotx/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 67f1b76

Please sign in to comment.