Skip to content

Commit 205a4ed

Browse files
committed
pyp: bump version
1 parent e38e2d9 commit 205a4ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from typing import Any, Dict, Iterator, List, Optional, Set, Tuple, cast
1313

1414
__all__ = ["pypprint"]
15-
__version__ = "1.2.0"
15+
__version__ = "1.3.0"
1616

1717

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pypyp"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = [{name = "Shantanu Jain"}, {email = "[email protected]"}]
55
description = "Easily run Python at the shell! Magical, but never mysterious."
66
readme = "README.md"

0 commit comments

Comments
 (0)