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.10.3
Browse files Browse the repository at this point in the history
+ Update peewee to 3.1.0 (#185)
+ Update flake8 to 3.5.0, pytest-flake8 to 0.9.1 (#188)
  • Loading branch information
shunyi authored and shunyi committed Feb 24, 2018
1 parent 32433c2 commit 235ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zdict/constants.py
@@ -1,7 +1,7 @@
import os


VERSION = '0.10.2'
VERSION = '0.10.3'

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

0 comments on commit 235ef64

Please sign in to comment.