Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Nov 1, 2015
1 parent 6e1841e commit b613cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import sys
import os
import shlex
import tryingsnake

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down Expand Up @@ -57,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2.2'
version = tryingsnake.__version__
# The full version, including alpha/beta/rc tags.
release = '0.2.2'
release = tryingsnake.__version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion tryingsnake/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.2.2'
__version__ = '0.2.3'


class Try_(object):
Expand Down

0 comments on commit b613cad

Please sign in to comment.