Skip to content

Commit

Permalink
bump to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ramazanpolat committed Jun 29, 2019
1 parent ac3fafd commit 486a8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand All @@ -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',
Expand Down

0 comments on commit 486a8e1

Please sign in to comment.