Skip to content

Commit 00e1514

Browse files
committed
Updated __main__.pysetup.py
.
1 parent af927c8 commit 00e1514

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cliTimer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env /usr/bin/python
22

33

4-
import cliTimer.timeitVars as V
4+
import cliTimer.VARS as V
55

66

77
V.V = V

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
author_email="will.angus.blaylock@gmail.com",
1919
license="GPLv3",
2020
name="cliTimer",
21-
url="https://github.com/ComfortableSoftware/commonFunctions_py",
22-
version="1.0.0",
21+
url="https://github.com/ComfortableSoftware/cliTimer",
22+
version="0.8.0",
2323
keywords=[
2424
"CLI",
2525
"Command line",

0 commit comments

Comments
 (0)