Skip to content

Commit

Permalink
Enable deepforest.__version__
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykironde committed Oct 11, 2024
1 parent 96af35c commit 010f027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ filename = "setup.py"

[[tool.bumpversion.files]]
filename = "deepforest/_version.py"

[[tool.bumpversion.files]]
filename = "deepforest/__init__.py"
1 change: 1 addition & 0 deletions deepforest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"""Top-level package for DeepForest."""
__author__ = """Ben Weinstein"""
__email__ = '[email protected]'
__version__ = '1.4.1'

import os
from pytorch_lightning.utilities import disable_possible_user_warnings
Expand Down

0 comments on commit 010f027

Please sign in to comment.