Skip to content

Commit

Permalink
version 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Feb 11, 2019
1 parent 1cb4e16 commit 708281b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.7'
version = '0.2.8'
# The full version, including alpha/beta/rc tags.
release = '0.2.7'
release = '0.2.8'

# -- General configuration ------------------------------------------------
autodoc_mock_imports = ['osgeo', '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='spatialist',
packages=find_packages(),
include_package_data=True,
version='0.2.7',
version='0.2.8',
description='A Python module for spatial data handling',
classifiers=[
'Programming Language :: Python',
Expand Down

0 comments on commit 708281b

Please sign in to comment.