diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e1679415c..f6f4f8531 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0-dev +current_version = 3.0.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/retriever/_version.py b/retriever/_version.py index 2ca691ebb..feea50a83 100644 --- a/retriever/_version.py +++ b/retriever/_version.py @@ -1 +1 @@ -__version__ = 'v3.0.0-dev' +__version__ = 'v3.0.0' diff --git a/setup.py b/setup.py index 4b2d68742..36bfaea30 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ if os.path.exists(app_data): os.system("rm -r {}".format(app_data)) -__version__ = 'v3.0.0-dev' +__version__ = 'v3.0.0' with open(os.path.join("retriever", "_version.py"), "w") as version_file: version_file.write("__version__ = " + "'" + __version__ + "'\n") version_file.close() diff --git a/version.txt b/version.txt index ff8a4c3e6..cac4baae1 100644 --- a/version.txt +++ b/version.txt @@ -1,4 +1,4 @@ -v3.0.0-dev +v3.0.0 abalone_age.json,1.2.2 acton_lake.json,1.0.0 airports.json,1.0.3