Do not flush on exit if there is no file specified

This commit is contained in:
Kevin 2020-07-24 14:53:18 -05:00
parent 2067a554fb
commit ef5b618a91
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='deadsimplekv',
version='0.3.1',
version='0.3.2',
description='Very simple key-value store for Python',
author='Kevin Froman',
author_email='beardog@mailbox.org',