Skip to content

Commit

Permalink
Increments version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
halfak committed Sep 7, 2015
1 parent 3bfb7b0 commit c4cc89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deltas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .tokenizers import Token, Tokenizer, RegexTokenizer, text_split, wikitext_split
from .segmenters import Segmenter, Segment, MatchableSegment

__version__ = "0.3.3"
__version__ = "0.3.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def requirements(fname):

setup(
name = "deltas",
version = "0.3.3",
version = "0.3.4",
author = "Aaron Halfaker",
author_email = "ahalfaker@wikimedia.org",
description = "An experimental diff library for generating " + \
Expand Down

0 comments on commit c4cc89a

Please sign in to comment.