mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 14:26:23 +02:00
Fix invalid escape sequence
This commit is contained in:
parent
aa49220fd1
commit
4fa858ee6d
45 changed files with 224 additions and 224 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue