Skip to content

Commit

Permalink
Compatibility workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Jun 9, 2022
1 parent 794859c commit 735ff87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/peakrdl/html/__about__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from peakrdl_html.__about__ import __version__
1 change: 0 additions & 1 deletion src/peakrdl/html/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import warnings

# Load modules
from peakrdl_html import __about__
from peakrdl_html import exporter
from peakrdl_html import search_indexer
from peakrdl_html import stringify
Expand Down
2 changes: 1 addition & 1 deletion src/peakrdl_html/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6.0"
__version__ = "2.6.1"

0 comments on commit 735ff87

Please sign in to comment.