diff --git a/bambu_buffer/__init__.py b/bambu_buffer/__init__.py index 4f49513..cb278a3 100644 --- a/bambu_buffer/__init__.py +++ b/bambu_buffer/__init__.py @@ -7,7 +7,7 @@ from datetime import datetime, date from threading import Thread import requests -__version__ = '3.2' +__version__ = '3.2.1' default_app_config = 'bambu_buffer.apps.BufferConfig' class BufferThread(Thread): diff --git a/setup.py b/setup.py index 00344c0..4a380c0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path setup( name = 'bambu-buffer', - version = '3.2', + version = '3.2.1', description = 'Post to Buffer and manage profile settings through a Django-powered site', author = 'Steadman', author_email = 'mark@steadman.io',