Skip to content

Commit

Permalink
Bump version: 3.0.0-dev → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Jul 16, 2020
1 parent 160534d commit 7cde00d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0-dev
current_version = 3.0.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion retriever/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v3.0.0-dev'
__version__ = 'v3.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7cde00d

Please sign in to comment.