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

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shir0kamii committed Jun 16, 2017
1 parent eef2dae commit e564b90
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 = 0.3.0
current_version = 0.3.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__ = "0.3.0"
__version__ = "0.3.1"


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

0 comments on commit e564b90

Please sign in to comment.