Skip to content

Commit

Permalink
pyp: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 1, 2020
1 parent 36516bb commit 41d6755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v0.3.2]

- Improved reconstructed tracebacks when errors occur in statements with nested child statements
- Added a helpful note for errors resulting from using magic variables in `--before` code
Expand Down
2 changes: 1 addition & 1 deletion pyp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from typing import Any, Dict, Iterator, List, Optional, Set, Tuple

__all__ = ["pypprint"]
__version__ = "???"
__version__ = "0.3.2"


def pypprint(*args, **kwargs): # type: ignore
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.1",
version="0.3.2",
author="Shantanu Jain",
author_email="[email protected]",
description="Easily run Python at the shell! Magical, but never mysterious.",
Expand Down

0 comments on commit 41d6755

Please sign in to comment.