Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmaze committed Oct 29, 2012
1 parent 523a5d2 commit 9763468
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@

# General information about the project.
project = u'XMODEM'
copyright = u'2010, Wijnand Modderman'
copyright = u'2010-2012, Wijnand Modderman'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.4'
release = '0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'xmodem',
version = '0.2.4',
version = '0.3',
author = 'Wijnand Modderman',
author_email = 'maze@pyth0n.org',
description = ('XMODEM protocol implementation.'),
Expand Down

0 comments on commit 9763468

Please sign in to comment.