From 0ac1ce988bcc6c9fe2df84cf40305f1534726bd8 Mon Sep 17 00:00:00 2001 From: Mark Steadman Date: Mon, 16 Jun 2014 23:37:45 +0100 Subject: [PATCH] Updated version number --- bambu_buffer/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bambu_buffer/__init__.py b/bambu_buffer/__init__.py index c357974..a48e506 100644 --- a/bambu_buffer/__init__.py +++ b/bambu_buffer/__init__.py @@ -8,7 +8,7 @@ from datetime import datetime, date from threading import Thread import requests -__version__ = '2.0.1' +__version__ = '2.1' class BufferThread(Thread): def __init__(self, token, data, *args, **kwargs): diff --git a/setup.py b/setup.py index d136e26..c962332 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path setup( name = 'bambu-buffer', - version = '2.0.1', + version = '2.1', description = 'Post to Buffer and manage profile settings through a Django-powered site', author = 'Steadman', author_email = 'mark@steadman.io',