Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/__init__.py: Remove __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 8, 2021
1 parent 91ec0f2 commit 949d787
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# It will be removed soon in order to turn 'sage' into a native namespace package.
# See https://trac.sagemath.org/ticket/29705

# Set sage.__version__ to the current version number. This is analogous
# to many other Python packages.
from sage.version import version as __version__

import sys
# Make sure that the correct zlib library is loaded. This is needed
# to prevent the system zlib to be loaded instead of the Sage one.
Expand Down

0 comments on commit 949d787

Please sign in to comment.