File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.1
2+ current_version = 0.6.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 3434 env : TOXENV=docs
3535
3636install :
37- - pip install -U tox tox-travis
37+ - pip install -U tox tox-travis sphinx
3838
3939script : tox -v --skip-missing-interpreters false -e $TOXENV
4040
Original file line number Diff line number Diff line change 44[ ![ Travis Build Status] ( https://travis-ci.org/ComputationalCryoEM/ASPIRE-Python.svg?branch=master )] ( https://travis-ci.org/ComputationalCryoEM/ASPIRE-Python )
55[ ![ Coverage Status] ( https://coveralls.io/repos/github/ComputationalCryoEM/ASPIRE-Python/badge.svg?branch=master )] ( https://coveralls.io/github/ComputationalCryoEM/ASPIRE-Python?branch=master )
66
7- # ASPIRE - Algorithms for Single Particle Reconstruction - v0.6.1
7+ # ASPIRE - Algorithms for Single Particle Reconstruction - v0.6.2
88
99This is the Python version to supersede the [ Matlab ASPIRE] ( https://github.com/PrincetonUniversity/aspire ) .
1010
Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The full version, including alpha/beta/rc tags.
65- release = version = "0.6.1 "
65+ release = version = "0.6.2 "
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 1- Aspire v0.6.1
1+ Aspire v0.6.2
22==============
33
44Algorithms for Single Particle Reconstruction
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def read(fname):
99
1010setup (
1111 name = "aspire" ,
12- version = "0.6.1 " ,
12+ version = "0.6.2 " ,
1313 data_files = [
1414 ("" , ["src/aspire/config.ini" ]),
1515 ("" , ["src/aspire/logging.conf" ]),
Original file line number Diff line number Diff line change 1010from aspire .exceptions import handle_exception
1111
1212# version in maj.min.bld format
13- __version__ = "0.6.1 "
13+ __version__ = "0.6.2 "
1414
1515# Implements some code that writes out exceptions to 'aspire.err.log'.
1616config = Config (read_text (aspire , "config.ini" ))
You can’t perform that action at this time.
0 commit comments