diff --git a/pyp.py b/pyp.py index 40ba28b..8c9ab20 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__ = "0.3.4" +__version__ = "1.0.0" def pypprint(*args, **kwargs): # type: ignore diff --git a/setup.py b/setup.py index 7598bc7..4f57a63 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="pypyp", - version="0.3.4", + version="1.0.0", author="Shantanu Jain", author_email="hauntsaninja@gmail.com", description="Easily run Python at the shell! Magical, but never mysterious.",