Skip to content

Commit 03693d1

Browse files
committed
Changed version number
1 parent eb65c56 commit 03693d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
base=base,
2020
shortcutName="TardisDiff",
2121
shortcutDir="DesktopFolder",
22-
#icon="tardis.ico" Google for a fancy tardis icon until I've made one myself.
22+
#icon="tardis.ico" Google for a fancy tardis icon until I've made one.
2323
)
2424
]
2525

@@ -31,7 +31,7 @@
3131
}
3232

3333
setup(name='TardisDiff',
34-
version='0.1',
34+
version='1.0.0',
3535
description='TardisDiff is a tool to output the time you worked today.',
3636
options=dict(build_exe=buildOptions),
3737
executables=executables

0 commit comments

Comments
 (0)