Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Upgrade to v0.11.0 (#197)
Browse files Browse the repository at this point in the history
* Fix Yahoo dictionary for new format (#195)
* Update peewee to 3.1.5 (#194)
* Update pytest to 3.4.2 (#191)
  • Loading branch information
wdv4758h committed Mar 17, 2018
1 parent f2d4d5e commit 053ec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zdict/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os


VERSION = '0.10.3'
VERSION = '0.11.0'

BASE_DIR_NAME = '.zdict'
BASE_DIR = os.path.join(os.path.expanduser("~"), BASE_DIR_NAME)
Expand Down

0 comments on commit 053ec2f

Please sign in to comment.