Skip to content

Commit

Permalink
Remove unneeded shebang (required for packaging)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Nov 23, 2019
1 parent 3482ea4 commit 53ab3b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudflareddns/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.4"
__version__ = "0.0.5"
6 changes: 5 additions & 1 deletion cloudflareddns/cloudflareddns.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env python
"""
cloudflareddns
==========
License: BSD, see LICENSE for more details.
"""

import argparse
import logging as log # for verbose output
Expand Down

0 comments on commit 53ab3b7

Please sign in to comment.