Skip to content

Commit 2e3e7e6

Browse files
author
hauntsaninja
committed
pyp: bump version
1 parent 52e4464 commit 2e3e7e6

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.3]
44

55
- Wildcard imports in code passed to pyp are now supported
66
- Name finding now does basic scope analysis. What does this mean for you? Lambdas are more

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__ = "0.3.2"
15+
__version__ = "0.3.3"
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.2",
8+
version="0.3.3",
99
author="Shantanu Jain",
1010
author_email="hauntsaninja@gmail.com",
1111
description="Easily run Python at the shell! Magical, but never mysterious.",

0 commit comments

Comments
 (0)