Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Increments version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
halfak committed Jul 16, 2015
1 parent e4b6360 commit ccf20e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion revscoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
Example: *TODO*
"""
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def requirements(fname):

setup(
name="revscoring",
version="0.4.0",
version="0.4.1", # change in revscoring/__init__.py
author="Aaron Halfaker",
author_email="ahalfaker@wikimedia.org",
description=("A set of utilities for generating quality scores for " + \
Expand Down

0 comments on commit ccf20e5

Please sign in to comment.