Skip to content

Commit 41d6755

Browse files
author
hauntsaninja
committed
pyp: bump version
1 parent 36516bb commit 41d6755

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v0.3.2]
44

55
- Improved reconstructed tracebacks when errors occur in statements with nested child statements
66
- Added a helpful note for errors resulting from using magic variables in `--before` code

pyp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from typing import Any, Dict, Iterator, List, Optional, Set, Tuple
1313

1414
__all__ = ["pypprint"]
15-
__version__ = "???"
15+
__version__ = "0.3.2"
1616

1717

1818
def pypprint(*args, **kwargs): # type: ignore

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.1",
8+
version="0.3.2",
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)