Skip to content

Commit

Permalink
pyp: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed May 18, 2020
1 parent 4bd31f5 commit 81c4be0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.3.1]

- Improved error messages resulting from failed automatic imports
- Improved undefined name detection for some pathological cases

## [v0.3]

- pyp is now configurable! See README.md for the details
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pypyp",
version="0.3",
version="0.3.1",
author="Shantanu Jain",
author_email="[email protected]",
description="Easily run Python at the shell! Magical, but never mysterious.",
Expand Down

0 comments on commit 81c4be0

Please sign in to comment.