We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5305d89 commit 8a6ca05Copy full SHA for 8a6ca05
setup.py
@@ -5,12 +5,12 @@
5
setup(
6
name='bogo',
7
packages=['bogo'],
8
- version='1.0.1',
+ version='1.1',
9
description='Library for implementing Vietnamese input method editors with a purely functional interface.',
10
author='Trung Ngo',
11
author_email='[email protected]',
12
url='https://github.com/BoGoEngine/bogo-python',
13
- download_url='https://github.com/BoGoEngine/bogo-python/archive/v1.0.tar.gz',
+ download_url='https://github.com/BoGoEngine/bogo-python/archive/v1.1.tar.gz',
14
keywords=['vietnamese'],
15
classifiers=[
16
"Programming Language :: Python",
0 commit comments