Skip to content

Commit

Permalink
pyp: bump version, update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jan 12, 2023
1 parent 14efa84 commit d79c1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ can be subjective. Thank you for understanding and for wanting to improve pyp!
- Update the changelog
- Update the version in `CHANGELOG.md`
- Update the version in `__version__`
- Update the version in `setup.py`
- Update the version in `pyproject.toml`
- `rm -rf dist`
- `python setup.py sdist bdist_wheel`
- `python -m build .`
- `twine upload dist/*`
- Tag the release on Github
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.0.0"
__version__ = "1.1.0"


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

0 comments on commit d79c1e7

Please sign in to comment.