Upped version number

This commit is contained in:
Mark 2015-09-25 23:48:04 +01:00
parent e78d5e3256
commit 663fe3d28a
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ from datetime import datetime, date
from threading import Thread
import requests
__version__ = '3.2.2'
__version__ = '3.3'
default_app_config = 'bambu_buffer.apps.BufferConfig'
class BufferThread(Thread):

View file

@ -4,7 +4,7 @@ from os import path
setup(
name = 'bambu-buffer',
version = '3.2.2',
version = '3.3',
description = 'Post to Buffer and manage profile settings through a Django-powered site',
author = 'Steadman',
author_email = 'mark@steadman.io',