Bump version

This commit is contained in:
drymer 2018-11-07 20:57:10 +01:00
부모 f219cc07b8
커밋 fcf8436fca
No known key found for this signature in database
GPG 키 ID: A307D64D5DDFDAAD
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -2,7 +2,7 @@
from setuptools import setup
VERSION = '0.1.7'
VERSION = '0.1.8'
setup(name='jabbergram',
version=VERSION,
@ -16,7 +16,7 @@ setup(name='jabbergram',
license="GPLv3",
install_requires=[
"sleekxmpp>=1.3.1",
"python-telegram-bot>=4.0.3",
"python-telegram-bot>=6.0.1",
"requests>=2.11.1",
],
classifiers=["Development Status :: 4 - Beta",