Fix invalid escape sequence

This commit is contained in:
Jan Mayer 2024-10-21 20:15:11 +02:00
parent aa49220fd1
commit 4fa858ee6d
45 changed files with 224 additions and 224 deletions

View file

@ -150,7 +150,7 @@ with open('../../GPy/__version__.py', 'r') as f:
version = f.read()
release = version
print version
print(version)
# version = '0.8.8'
# The full version, including alpha/beta/rc tags.