Skip to content

Commit

Permalink
pyp: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Mar 3, 2024
1 parent 51e42f1 commit 4dc0ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, cast

__all__ = ["pypprint"]
__version__ = "1.1.0"
__version__ = "1.2.0"


def pypprint(*args, **kwargs): # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pypyp"
version = "1.1.0"
version = "1.2.0"
authors = [{name = "Shantanu Jain"}, {email = "[email protected]"}]
description = "Easily run Python at the shell! Magical, but never mysterious."
readme = "README.md"
Expand Down

0 comments on commit 4dc0ea8

Please sign in to comment.