Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmadurga committed Jan 31, 2016
1 parent 52ec4e1 commit 2b27fdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion oscar_telegrambot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.3.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='django-oscar-telegram-bot',
version="0.2.1",
version="0.3.0",
description="""Telegram Bot for Oscar shops""",
long_description=readme + '\n\n' + history,
author='Juan Madurga',
Expand All @@ -46,7 +46,7 @@
include_package_data=True,
install_requires=[
'django-oscar==1.1.1',
'django-telegram-bot==0.2.1'
'django-telegram-bot==0.3.0'
],
license="BSD",
zip_safe=False,
Expand Down

0 comments on commit 2b27fdc

Please sign in to comment.