Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwince committed Jan 29, 2019
1 parent f69c809 commit 0eec475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydbg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""pydbg is an implementation of the Rust2018 builtin `dbg` for Python."""
import inspect

__version__ = "0.2.0"
__version__ = "0.2.1"


def dbg(exp):
Expand Down

0 comments on commit 0eec475

Please sign in to comment.