Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 12, 2024
1 parent 28a8716 commit dd6507c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.1.0'
version = '0.2.0'

setup(
name='ckanext-geoview',
Expand All @@ -9,8 +9,8 @@
long_description=''' ''',
classifiers=[],
keywords='',
author='Philippe Duchesne',
author_email='pduchesne@gmail.com',
author='Philippe Duchesne, Adrià Mercader and contributors',
author_email='tech-team@ckan.org',
url='http://github.com/ckan/ckanext-geoview',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
Expand Down

0 comments on commit dd6507c

Please sign in to comment.