Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit c1d725a

Browse files
committed
First PyPi release
1 parent f0cdbc3 commit c1d725a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
1.0.0 (2016-04-19)
7+
++++++++++++++++++
8+
9+
* First PyPi release
10+
611
0.1.0 (2016-04-19)
712
++++++++++++++++++
813

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
requires=['requests'],
99
name='python-telegram-handler',
10-
version='0.1',
10+
version='1.0',
1111
packages=['telegram_handler'],
1212
url='https://github.com/sashgorokhov/python-telegram-handler',
1313
download_url='https://github.com/sashgorokhov/python-telegram-handler/archive/master.zip',

0 commit comments

Comments
 (0)