Skip to content

Commit

Permalink
Bump version for dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 3, 2019
1 parent 47a77b0 commit 3631c25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

master
------


19.11.2
-------

Expand Down
2 changes: 1 addition & 1 deletion monkeytype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
from monkeytype.tracing import trace_calls

__version__ = "19.11.2"
__version__ = "19.11.3.dev1"


def trace(config: Optional[Config] = None) -> ContextManager:
Expand Down

0 comments on commit 3631c25

Please sign in to comment.