mirror of
https://github.com/hellosteadman/bambu-buffer.git
synced 2025-05-04 16:29:51 +00:00
Upped version number
This commit is contained in:
parent
307d1b61a0
commit
4c49dbfb20
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ from datetime import datetime, date
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
__version__ = '3.3.2'
|
__version__ = '3.3.3'
|
||||||
default_app_config = 'bambu_buffer.apps.BufferConfig'
|
default_app_config = 'bambu_buffer.apps.BufferConfig'
|
||||||
|
|
||||||
class BufferThread(Thread):
|
class BufferThread(Thread):
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from os import path
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'bambu-buffer',
|
name = 'bambu-buffer',
|
||||||
version = '3.3.2',
|
version = '3.3.3',
|
||||||
description = 'Post to Buffer and manage profile settings through a Django-powered site',
|
description = 'Post to Buffer and manage profile settings through a Django-powered site',
|
||||||
author = 'Steadman',
|
author = 'Steadman',
|
||||||
author_email = 'mark@steadman.io',
|
author_email = 'mark@steadman.io',
|
||||||
|
|
Loading…
Reference in a new issue