Skip to content

Commit 7cde00d

Browse files
committed
Bump version: 3.0.0-dev → 3.0.0
1 parent 160534d commit 7cde00d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0-dev
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

retriever/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = 'v3.0.0-dev'
1+
__version__ = 'v3.0.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
if os.path.exists(app_data):
2323
os.system("rm -r {}".format(app_data))
2424

25-
__version__ = 'v3.0.0-dev'
25+
__version__ = 'v3.0.0'
2626
with open(os.path.join("retriever", "_version.py"), "w") as version_file:
2727
version_file.write("__version__ = " + "'" + __version__ + "'\n")
2828
version_file.close()

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v3.0.0-dev
1+
v3.0.0
22
abalone_age.json,1.2.2
33
acton_lake.json,1.0.0
44
airports.json,1.0.3

0 commit comments

Comments
 (0)