Skip to content

Commit

Permalink
Bumped version for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffh committed Aug 1, 2012
1 parent 845aa9f commit 677e3b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ChangeLog
=========
0.2.7
-----

0.2.6
-----
- Resolved typo for setup.py: extra_require -> extras_require
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# will fail to install via pip/easy_install
#from sniffer.metadata import __version__, __author__, __author_email__

__version__, __author__, __author_email__ = "0.2.6", "Jeff Hui", "[email protected]"
__version__, __author__, __author_email__ = "0.2.7", "Jeff Hui", "[email protected]"

setup(
name='sniffer',
Expand Down
2 changes: 1 addition & 1 deletion sniffer/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
__credits__ = ["Jeff Hui", "Patrice Neff"]

__license__ = "MIT"
__version__ = "0.2.6"
__version__ = "0.2.7"

0 comments on commit 677e3b1

Please sign in to comment.