Skip to content

Commit

Permalink
Release v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Feb 5, 2019
1 parent 3b1c204 commit 1fd9f11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ matrix:
cache: pip

install:
- pip install Cython
# The preinstalled numpy 1.15 with python 3.5 breaks something
# probably a wheel
- pip install "numpy>=1.16"
- pip install scipy astropy "six>=1.7"
- pip install git+git://github.com/guaix-ucm/numina.git#egg=numina
- pip install numina
- pip install "scikit-image>=0.12" scikit-learn photutils
- pip install sep lmfit
- pip install pytest
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '0.13'
# The full version, including alpha/beta/rc tags.
release = '0.13.dev0'
release = '0.13'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion emirdrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import logging

__version__ = '0.13.dev0'
__version__ = '0.13'


# Top level NullHandler
Expand Down

0 comments on commit 1fd9f11

Please sign in to comment.