diff --git a/setup.cfg b/setup.cfg index f9f645c..ce48639 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-bigquery-exporter -version = 0.1.4 +version = 0.1.5 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 03414d4..cd69aaf 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,5 @@ ], name='django-bigquery-exporter', packages=['bigquery_exporter'], - version='0.1.4', + version='0.1.5', )