Skip to content

Commit

Permalink
Release module removed, version to be hard-coded.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgregor committed Aug 15, 2023
1 parent 700afc7 commit 3dee431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

from pathlib import PurePosixPath as Path

from .release import version as __version__

from .bucket import Bucket
from .qso import QSO
from .uri import URI

__version__ = ''

__all__ = [
'Path',
'Bucket',
Expand Down

0 comments on commit 3dee431

Please sign in to comment.