Skip to content

Commit

Permalink
add __version__ (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau committed Jun 24, 2023
1 parent ab84ee3 commit 38cab9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

logger = logging.getLogger("dance")

__version__ = "1.0.0-rc.1"
__all__ = [
"config",
"logger",
Expand Down

0 comments on commit 38cab9e

Please sign in to comment.