Skip to content

Commit

Permalink
Fix versioning in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VarIr committed Sep 15, 2023
1 parent bfe296c commit 23fb64c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion copac/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
__version__ = "0.3.0"

# Version definition MUST precede any imports here
from .copac import COPAC, copac

__all__ = [
'COPAC',
'copac',
'__version__',
]
__version__ = "0.3.0"

0 comments on commit 23fb64c

Please sign in to comment.