File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ What's New
99 import xray
1010 np.random.seed(123456 )
1111
12- v0.6.1
13- ------
12+ v0.6.1 (21 October 2015)
13+ ------------------------
1414
1515This release contains a number of bug and compatibility fixes, as well
1616as enhancements to plotting, indexing and writing files to disk.
Original file line number Diff line number Diff line change 88
99MAJOR = 0
1010MINOR = 6
11- MICRO = 0
12- ISRELEASED = False
11+ MICRO = 1
12+ ISRELEASED = True
1313VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
1414QUALIFIER = ''
1515
3131 'Programming Language :: Python :: 3' ,
3232 'Programming Language :: Python :: 3.3' ,
3333 'Programming Language :: Python :: 3.4' ,
34+ 'Programming Language :: Python :: 3.5' ,
3435 'Topic :: Scientific/Engineering' ,
3536]
3637
You can’t perform that action at this time.
0 commit comments