Skip to content

Commit 8a6ca05

Browse files
committed
Bump version to 1.1
1 parent 5305d89 commit 8a6ca05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
setup(
66
name='bogo',
77
packages=['bogo'],
8-
version='1.0.1',
8+
version='1.1',
99
description='Library for implementing Vietnamese input method editors with a purely functional interface.',
1010
author='Trung Ngo',
1111
author_email='[email protected]',
1212
url='https://github.com/BoGoEngine/bogo-python',
13-
download_url='https://github.com/BoGoEngine/bogo-python/archive/v1.0.tar.gz',
13+
download_url='https://github.com/BoGoEngine/bogo-python/archive/v1.1.tar.gz',
1414
keywords=['vietnamese'],
1515
classifiers=[
1616
"Programming Language :: Python",

0 commit comments

Comments
 (0)