Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shir0kamii committed Jul 6, 2017
1 parent d5c99b8 commit 6df6ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion mongofollow.py
Expand Up @@ -2,7 +2,7 @@

from bson import ObjectId

__version__ = "1.0.0"
__version__ = "1.0.1"


def fetch(collection, filter, last_oid_generation_time=None):
Expand Down

0 comments on commit 6df6ba3

Please sign in to comment.