Skip to content

Commit

Permalink
pyp: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Sep 9, 2021
1 parent a0ac123 commit 8586d9e
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.4]

- Reduce reconstructed traceback's reliance on CPython implementation details
- Fix automatic print behaviour in edge case interaction with scopes
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, cast

__all__ = ["pypprint"]
__version__ = "0.3.3"
__version__ = "0.3.4"


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.3",
version="0.3.4",
author="Shantanu Jain",
author_email="[email protected]",
description="Easily run Python at the shell! Magical, but never mysterious.",
Expand Down

0 comments on commit 8586d9e

Please sign in to comment.