diff --git a/setup.cfg b/setup.cfg index c56b595..06ef424 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-bigquery-exporter -version = 0.1.7 +version = 0.1.8 description = A Django plugin for exporting CMS data to Google BigQuery. long_description = file: README.rst url = https://www.industrydive.com/ diff --git a/setup.py b/setup.py index b176997..3465698 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,5 @@ ], name='django-bigquery-exporter', packages=['bigquery_exporter'], - version='0.1.7', + version='0.1.8', )