Skip to content

Commit

Permalink
Version bump 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Mar 19, 2014
1 parent 03731d3 commit 750e5cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1 +1,3 @@
0.0.2 Added Signal.connect_once()

0.0.1 First release.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '0.0'
# The full version, including alpha/beta/rc tags.
release = '0.0.0'
release = '0.0.2'

# 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 @@ -9,7 +9,7 @@ def read(fname):

setup(
name='signalslot',
version='0.0.1',
version='0.0.2',
description='Simple Signal/Slot implementation',
url='https://github.com/numergy/signalslot',
long_description=read('README.rst'),
Expand Down

0 comments on commit 750e5cc

Please sign in to comment.