summaryrefslogtreecommitdiff
path: root/math/rpy/files/patch-rpy.py
blob: 32d3b25f1b8a79bcc6a144962100d4d6774989dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- rpy.py
+++ rpy.py
@@ -139,6 +139,7 @@ if VERBOSE:
 
 # Version
 from rpy_version import rpy_version
+__version__ = rpy_version
 
 # Symbolic names for conversion modes
 TOP_CONVERSION = 4
diff --git rpy_tools.py rpy_tools.py
index f312201..6e83321 100644