Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanthorpe committed Oct 29, 2013
1 parent 885d959 commit d7ebb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ From latest released tarball

::

$ wget --no-check-certificate https://github.com/rowanthorpe/gaidaros/tarball/0.3.5
$ wget --no-check-certificate https://github.com/rowanthorpe/gaidaros/tarball/0.3.6


Build Status
Expand Down
2 changes: 1 addition & 1 deletion lib/gaidaros.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
Async server micro-framework for control freaks
"""
__version__ = '0.3.5'
__version__ = '0.3.6'
__all__ = (b'Gaidaros', b'usage', b'warn', b'die', b'log')

import sys, os, ConfigParser, inspect, importlib, socket, select, errno, csv
Expand Down

0 comments on commit d7ebb0e

Please sign in to comment.