Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kelley committed Dec 16, 2016
1 parent dbbaebf commit 542f5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backtracepython/__init__.py
Expand Up @@ -13,7 +13,7 @@

class version:
major = 0
minor = 2
minor = 3
patch = 0

version_string = "{}.{}.{}".format(version.major, version.minor, version.patch)
Expand Down

0 comments on commit 542f5ab

Please sign in to comment.