Skip to content

Commit 7ce5cc9

Browse files
committed
add shebang for now until we switch to click
1 parent 6d2cf94 commit 7ce5cc9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

redshirt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
import logging
24
import os
35
import shutil
@@ -10,7 +12,7 @@
1012
import requests
1113
from bottle import request, route, run, static_file, template
1214

13-
__version__ = "0.1.0a1"
15+
__version__ = "0.1.0a2"
1416
logger = logging.getLogger(__name__)
1517
DATA_DIR = os.getenv("TASKDDATA", "/var/lib/taskd")
1618

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name="redshirt",
6-
version="0.1.0a1",
6+
version="0.1.0a2",
77
scripts=['redshirt.py'],
88
author="Jack Laxson",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)