Skip to content

Commit

Permalink
version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Snow committed Aug 24, 2017
1 parent 2ef20e6 commit fdb736e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.0.2'
version = '0.0.3'
# The full version, including alpha/beta/rc tags.
release = '0.0.2'
release = '0.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gazar/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def version():
-------
str: Version of gazar
"""
return '0.0.2'
return '0.0.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]

setup(name='gazar',
version='0.0.2',
version='0.0.3',
description='A collection of functions to use with GDAL.',
# long_description='',
author='Alan D. Snow',
Expand Down
2 changes: 1 addition & 1 deletion tests/compare/gazar.log
Original file line number Diff line number Diff line change
@@ -1 +1 @@
INFO-gazar: gazar 0.0.2
INFO-gazar: gazar 0.0.3

0 comments on commit fdb736e

Please sign in to comment.