Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 2.4.0
  • Loading branch information
wardi committed Aug 19, 2014
1 parent 7c71490 commit 88da4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.4.0'
# The full version, including alpha/beta/rc tags.
release = version + '-dev'
release = version #+ '-dev'

# 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
Expand Up @@ -18,7 +18,7 @@ def setup(**kwargs):

setup(
name='pyrf',
version='2.4.0-dev',
version='2.4.0',
author='ThinkRF Corporation',
author_email='support@thinkrf.com',
packages=['pyrf', 'pyrf.devices', 'pyrf.connectors', 'pyrf.gui'],
Expand Down

0 comments on commit 88da4d2

Please sign in to comment.