Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgoucher committed Nov 23, 2012
1 parent 06297a9 commit e53943e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marks/__init__.py
@@ -1,3 +1,3 @@
__version__ = '0.2'
__version__ = '0.4'

from marks import *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
setup(
name="pytest-marks",
packages = ["marks"],
version = "0.2",
version = "0.4",
author = "adam goucher",
author_email = "adam@element34.ca",
install_requires = ['pytest>2.0.2'],
Expand Down

0 comments on commit e53943e

Please sign in to comment.