From 944e1302d8237ea9b1cfccae71488bab84750c37 Mon Sep 17 00:00:00 2001 From: Olivier Demah Date: Fri, 22 Apr 2016 12:51:30 +0200 Subject: [PATCH] v 1.0.1 --- setup.py | 2 ++ wallabag_api/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e0cb1f..746cadd 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,8 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Topic :: Internet', + 'Topic :: Communications', ], install_requires=install_requires, include_package_data=True, diff --git a/wallabag_api/__init__.py b/wallabag_api/__init__.py index 5eb77f0..1957808 100644 --- a/wallabag_api/__init__.py +++ b/wallabag_api/__init__.py @@ -1,2 +1,2 @@ -VERSION = (1, 0, 0) # PEP 386 +VERSION = (1, 0, 1) # PEP 386 __version__ = ".".join([str(x) for x in VERSION]) \ No newline at end of file