Skip to content

Commit 70c79dd

Browse files
author
garethterrace
committed
New version released with whitepace fixes
1 parent 88ef9c0 commit 70c79dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MANIFEST

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
LICENSE.txt
33
README.md
44
setup.py
5-
clockwork/__init__.py
6-
clockwork/clockwork.py
7-
clockwork/clockwork_exceptions.py
8-
clockwork/clockwork_http.py
5+
clockwork\__init__.py
6+
clockwork\clockwork.py
7+
clockwork\clockwork_exceptions.py
8+
clockwork\clockwork_http.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Clockwork',
5-
version='1.0',
5+
version='1.0.3',
66
packages=['clockwork'],
77
install_requires=['lxml'],
88
license='MIT',

0 commit comments

Comments
 (0)