Skip to content

Commit

Permalink
update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 21, 2020
1 parent 07e8d18 commit d560338
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))
import sphinx_rtd_theme
import famafrench
#import famafrench.famafrench
try:
import IPython
print("ipython: %s, %s" % (IPython.__version__, IPython.__file__))
Expand All @@ -31,7 +31,7 @@
author = 'Christian Jauregui'

# The full version, including alpha/beta/rc tags
version = famafrench.__version__
version = '0.1.0'
release = version


Expand Down
Binary file modified famafrench/__pycache__/famafrench.cpython-37.pyc
Binary file not shown.
Binary file modified famafrench/__pycache__/utils.cpython-37.pyc
Binary file not shown.
Binary file modified famafrench/__pycache__/wrdsconnect.cpython-37.pyc
Binary file not shown.

0 comments on commit d560338

Please sign in to comment.