Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a --no-chill option #36

Merged
merged 9 commits into from
Jan 18, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump version to 1.0.1
  • Loading branch information
rbanffy committed Mar 1, 2020
commit fdc98d6a179ae9b5b11590d429480e0c98d554d2
2 changes: 1 addition & 1 deletion pip_chill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = "Ricardo Bánffy"
__email__ = "[email protected]"
__version__ = "1.0.0"
__version__ = "1.0.1"


__all__ = [chill.__name__]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="pip-chill",
version="1.0.0",
version="1.0.1",
description="Like `pip freeze` but lists only the packages that are not "
"dependencies of installed packages.",
long_description=readme + "\n\n" + history,
Expand Down