Skip to content

Commit 81c4be0

Browse files
author
hauntsaninja
committed
pyp: bump version
1 parent 4bd31f5 commit 81c4be0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.3.1]
4+
5+
- Improved error messages resulting from failed automatic imports
6+
- Improved undefined name detection for some pathological cases
7+
38
## [v0.3]
49

510
- pyp is now configurable! See README.md for the details

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="pypyp",
8-
version="0.3",
8+
version="0.3.1",
99
author="Shantanu Jain",
1010
author_email="[email protected]",
1111
description="Easily run Python at the shell! Magical, but never mysterious.",

0 commit comments

Comments
 (0)