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 23fb64c commit ece6263
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions copac/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
__version__ = "0.3.0"

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

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

0 comments on commit ece6263

Please sign in to comment.