Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Sep 11, 2018
1 parent b50df73 commit 0c77510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
# -- Project information -----------------------------------------------------

project = 'tomography_tutorial'
author = 'Nesrin Salepci, John Truckenbrodt'
author = 'Nesrin Salepci, John Truckenbrodt, Robert Eckhardt'
year = datetime.datetime.now().year
copyright = '{}, {}'.format(year, author)

# The short X.Y version
version = '0.9'
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '0.9'
release = '1.0'

# -- General configuration ---------------------------------------------------
autodoc_mock_imports = ['osgeo', 'numpy', 'scipy', 'matplotlib', 'mpl_toolkits', 'IPython', 'ipywidgets']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(name='tomography_tutorial',
packages=find_packages(),
include_package_data=True,
version='0.9',
version='1.0',
description='A tutorial package for Synthetic Aperture Radar Tomography',
classifiers=[
'Programming Language :: Python',
Expand Down

0 comments on commit 0c77510

Please sign in to comment.