Skip to content

Commit

Permalink
Bump version: 0.4.5 → 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydonald committed Feb 24, 2016
1 parent 54c1cdb commit 4addf16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.4.6
commit = True
tag = True
serialize =
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# **PyTg**
#### Version 0.4.5 ####
#### Version 0.4.6 ####
[![get it from PyPI](https://img.shields.io/pypi/v/pytg.svg)](https://pypi.python.org/pypi/pytg) [![Join the chat at https://gitter.im/luckydonald/pytg](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/luckydonald/pytg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

A Python package that communicates with the [Telegram messenger CLI](https://github.com/vysheng/tg), to send and receive messages and more.
Expand Down
2 changes: 1 addition & 1 deletion pytg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
logger.addHandler(logging.NullHandler())

__all__ = ["receiver", "sender", "Telegram"]
VERSION = "0.4.5"
VERSION = "0.4.6"
__version__ = VERSION # PEP-0396


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pytg',
version="0.4.5",
version="0.4.6",
description='Connect to the Telegram CLI, receive and send Telegram messages.',
long_description=long_description,
# The project's main homepage.
Expand Down

0 comments on commit 4addf16

Please sign in to comment.