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 26, 2020
1 parent 52e4464 commit 2e3e7e6
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.3]

- Wildcard imports in code passed to pyp are now supported
- Name finding now does basic scope analysis. What does this mean for you? Lambdas are more
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__ = "0.3.2"
__version__ = "0.3.3"


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

0 comments on commit 2e3e7e6

Please sign in to comment.