Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cbce372

Browse filesBrowse files
authored
Add Version class to __all__ export. Fix #410
1 parent 9227686 commit cbce372
Copy full SHA for cbce372

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎src/semver/__init__.py

Copy file name to clipboardExpand all lines: src/semver/__init__.py
+2
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@
3737
__maintainer_email__,
3838
SEMVER_SPEC_VERSION,
3939
)
40+
41+
__all__ = ["Version"]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.