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

Commit

Permalink
Version 3.5.1
Browse files Browse the repository at this point in the history
- Fix for correct dependency versions
- Don't support pipenv anymore. (Remove Pipfile and Pipfile.lock)
  • Loading branch information
Frank Jheng authored and Frank Jheng committed May 31, 2020
1 parent 87583e5 commit 4026042
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 = '3.5.0'
VERSION = '3.5.1'

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

0 comments on commit 4026042

Please sign in to comment.