diff --git a/README.rst b/README.rst index bf0e61a..562887b 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,8 @@ and testing. It uses a simple, sentence-like syntax for expressing what STIX content to generate. This tool is provided in two forms: as a Jupyter notebook and as a commandline tool. +For more information, see `the documentation `__ on ReadTheDocs. + Jupyter Notebook ---------------- diff --git a/setup.py b/setup.py index 4007b3f..f65fab2 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def get_long_description(): setup( name='stix2generator', - version='0.1', + version='0.1.0', description='Generate random STIX 2 content.', long_description=get_long_description(), long_description_content_type='text/x-rst',