Skip to content

Commit

Permalink
upped version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jan 19, 2017
1 parent 0563c3a commit 196f43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diffengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# maybe this module should be broken up into multiple files, or maybe not ...

UA = "diffengine/0.0.29 (+https://github.com/edsu/diffengine)"
UA = "diffengine/0.0.30 (+https://github.com/docnow/diffengine)"

import os
import re
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="diffengine",
version="0.0.29",
version="0.0.30",
author="Ed Summers",
author_email="ehs@pobox.com",
packages=find_packages(exclude=['test_diffengine']),
Expand Down

0 comments on commit 196f43c

Please sign in to comment.