Skip to content

Commit

Permalink
Published new version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Jun 2, 2020
1 parent 196245f commit a7ec708
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file added dist/random_dict-1.0.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion random_dict.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: random-dict
Version: 1.0.3
Version: 1.0.4
Summary: Simple python package to generate random dictionaries of given types.
Home-page: https://github.com/LucaCappelletti94/random_dict
Author: Luca Cappelletti
Expand Down
3 changes: 2 additions & 1 deletion random_dict/__init__.py
@@ -1,3 +1,4 @@
from .random_dict import random_dict, random_float_dict, random_bool_dict, random_string_dict, random_int_dict

__all__ = ["random_dict", "random_float_dict", "random_bool_dict", "random_string_dict", "random_int_dict"]
__all__ = ["random_dict", "random_float_dict",
"random_bool_dict", "random_string_dict", "random_int_dict"]
2 changes: 1 addition & 1 deletion random_dict/__version__.py
@@ -1,2 +1,2 @@
"""Current version of package random_dict"""
__version__ = "1.0.3"
__version__ = "1.0.4"

0 comments on commit a7ec708

Please sign in to comment.