Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngoguey42 committed Aug 19, 2019
1 parent cc59eda commit 293ea38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buzzard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
IMPORTANT: When you import :code:`buzzard` for the first time, you should always do it from the main thread.
"""

__version__ = "0.6.3"
__version__ = "0.6.4"

# Import osgeo before cv2
import osgeo as _
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project = 'buzzard'
copyright = u'%s, Delair' % datetime.now().year
author = 'Delair'
release = '0.6.3'
release = '0.6.4'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name='buzzard',
version='0.6.3',
version='0.6.4',
author='ngoguey',
author_email='nicolas.goguey@delair.aero',
license='Apache License 2.0',
Expand All @@ -62,7 +62,7 @@
long_description_content_type='text/markdown',
classifiers=classifiers,
url='https://github.com/airware/buzzard',
download_url='https://github.com/airware/buzzard/archive/0.6.3.tar.gz',
download_url='https://github.com/airware/buzzard/archive/0.6.4.tar.gz',
keywords=['gdal gis raster shp dxf tif vector'],
packages=find_packages(),
install_requires=reqs,
Expand Down

0 comments on commit 293ea38

Please sign in to comment.