Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Nov 26, 2019
1 parent 6c53a63 commit 9517590
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 @@ -3,7 +3,7 @@

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

UA = "diffengine/0.2.3 (+https://github.com/docnow/diffengine)"
UA = "diffengine/0.2.4 (+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
@@ -1,4 +1,4 @@
version = "0.2.3"
version = "0.2.4"

import sys
if sys.version_info < (3,0):
Expand Down

0 comments on commit 9517590

Please sign in to comment.