Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Jan 15, 2016
1 parent 0202c1b commit 7cc965d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchapp/__init__.py
Expand Up @@ -3,5 +3,5 @@
# This file is part of couchapp released under the Apache 2 license.
# See the NOTICE for more information.

version_info = (1, 0, 1)
version_info = (1, 0, 2)
__version__ = ".".join(map(str, version_info))

0 comments on commit 7cc965d

Please sign in to comment.