diff --git a/README.rst b/README.rst index fcc51c27..1413ef7f 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ Medallion provides a command-line interface to start the TAXII Server [--log-level {DEBUG,INFO,WARN,ERROR,CRITICAL}] CONFIG_PATH - medallion v0.5.0 + medallion v1.0.0 positional arguments: CONFIG_PATH The location of the JSON configuration file to use. diff --git a/docs/conf.py b/docs/conf.py index 0f55ca95..0277f5ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.5.0' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/medallion/version.py b/medallion/version.py index 3d187266..5becc17c 100644 --- a/medallion/version.py +++ b/medallion/version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "1.0.0" diff --git a/setup.cfg b/setup.cfg index 84addb35..597556a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 1.0.0 commit = True tag = True