-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pypi and brew packages because of small bug fix
- Loading branch information
lol-cubes
committed
Nov 27, 2019
1 parent
1535f75
commit f325cf3
Showing
3 changed files
with
3 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,5 +19,5 @@ speed-up | |
color | ||
.gitgnore.swp | ||
docs/TODO | ||
cl-timer-1.1.2.tar.gz | ||
cl-timer-1.1.3.tar.gz | ||
cl-timer |
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,4 +1,4 @@ | ||
v1.1.3 | ||
v1.1.4 | ||
use semicolons in quotes | ||
second state of blinking cursor when over a char is the char behind it | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="cl-timer", | ||
version="1.1.2", | ||
version="1.1.3", | ||
author="Arin Khare", | ||
author_email="[email protected]", | ||
description="A Cubing Timer for the Terminal", | ||
|