Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
randomknowledge committed Mar 3, 2014
1 parent e91512f commit 43983a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cactus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import socket


VERSION = "1.6.0"
VERSION = "1.6.1"

socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
socket.settimeout(5)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def run_tests(self):

setup(
name='Cactus',
version="1.6.0",
version="1.6.1",
description="Static site generation and deployment.",
long_description=__doc__,
url='http://github.com/randomknowledge/Cactus_Refactored',
Expand Down

0 comments on commit 43983a5

Please sign in to comment.