diff --git a/pyp.py b/pyp.py index 3a35cb9..723a81b 100644 --- a/pyp.py +++ b/pyp.py @@ -12,7 +12,7 @@ from typing import Any, Dict, Iterator, List, Optional, Set, Tuple, cast __all__ = ["pypprint"] -__version__ = "1.1.0" +__version__ = "1.2.0" def pypprint(*args, **kwargs): # type: ignore diff --git a/pyproject.toml b/pyproject.toml index be2b353..3e23c8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pypyp" -version = "1.1.0" +version = "1.2.0" authors = [{name = "Shantanu Jain"}, {email = "hauntsaninja@gmail.com"}] description = "Easily run Python at the shell! Magical, but never mysterious." readme = "README.md"