-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See the changelog for more information.
- Loading branch information
Tony Crisci
committed
Aug 26, 2019
1 parent
dead77e
commit e43468a
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
__title__ = 'i3ipc' | ||
__description__ = 'An improved Python library to control i3wm and sway' | ||
__url__ = 'https://github.com/altdesktop/i3ipc-python' | ||
__version__ = '1.7.1' | ||
__version__ = '2.0.1' | ||
__author__ = 'Tony Crisci' | ||
__author_email__ = '[email protected]' | ||
__license__ = 'BSD-3-Clause' | ||
|