From 486a8e11fd1aef7daf3678c66bff579614fb42bc Mon Sep 17 00:00:00 2001 From: Ramazan Date: Sun, 30 Jun 2019 00:27:29 +0300 Subject: [PATCH] bump to 0.8.2 --- README.MD | 4 ---- setup.py | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.MD b/README.MD index 2de4a80..3cfc940 100644 --- a/README.MD +++ b/README.MD @@ -22,10 +22,6 @@ You will never want to use `dict` again. * Because auto code completion makes developers' life easier. * Because serializing a Python class to `dict` and deserializing from `dict` in one line is awesome! - -# TODO - -* Add default values with the help of https://stackoverflow.com/questions/9058305/getting-attributes-of-a-class # Features diff --git a/setup.py b/setup.py index daa664e..d93f93b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='prodict', packages=['prodict'], # this must be the same as the name above - version='0.8.1', + version='0.8.2', description='Prodict = Pro Dictionary with IDE friendly(auto code completion), dot-accessible attributes and more.', long_description='Ever wanted to use a dict like a class and access keys as attributes? ' 'Prodict does exactly this.' @@ -12,7 +12,7 @@ author='Ramazan Polat', author_email='ramazanpolat@gmail.com', url='https://github.com/ramazanpolat/prodict', - download_url='https://pypi.python.org/pypi/prodict/0.8.1', + download_url='https://pypi.python.org/pypi/prodict/0.8.2', keywords=['prodict', 'python3', 'typehinting', 'dynamic-props', 'dict', 'dictionary', 'auto-complete', 'auto-code-complete'], classifiers=['Development Status :: 4 - Beta',