Skip to content

Commit

Permalink
Set correct version in cons.py
Browse files Browse the repository at this point in the history
closes #131
  • Loading branch information
mwcraig committed Jun 17, 2016
1 parent 592fa7e commit 24e1f51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This package provides an Jupyter notebook for reducing CCD data.
This package provides a Jupyter notebook for reducing CCD data.

Documentation is at: https://reducer.readthedocs.org

Expand Down
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
import sys
import os

import reducer

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down Expand Up @@ -59,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1dev'
version = reducer.__version__
# The full version, including alpha/beta/rc tags.
release = '0.1dev'
release = reducer.__version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 24e1f51

Please sign in to comment.