Skip to content

Commit

Permalink
Merge pull request #77 from dimagi/dmr/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.0.1
  • Loading branch information
dannyroberts authored Mar 7, 2020
2 parents 32cba0c + 91ee1e9 commit a40e2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchdbkit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# See the NOTICE for more information.

from __future__ import absolute_import
version_info = (1, 0, 0, 'a')
version_info = (1, 0, 1)
__version__ = ".".join([str(vi) for vi in version_info])

0 comments on commit a40e2bd

Please sign in to comment.