Skip to content

Commit 04fd2f7

Browse files
committed
Bump version: 0.0.4 → 0.0.5
1 parent bf18a65 commit 04fd2f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.0.4
2+
current_version = 0.0.5
33
files = conf.py _templates/footer.html
44

_templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</div>
4141
<br>
4242
<div class="col-md-8" align="left" font-size="11px">
43-
<a href="https://github.com/geoscixyz/em/releases/tag/0.0.4">Version 0.0.4</a>
43+
<a href="https://github.com/geoscixyz/em/releases/tag/0.0.5">Version 0.0.5</a>
4444
</div>
4545
<br>
4646
<div class="col-md-8" align="left" font-size="11px">

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
# built documents.
101101
#
102102
# The short X.Y version.
103-
version = '0.0.4'
103+
version = '0.0.5'
104104
# The full version, including alpha/beta/rc tags.
105-
release = '0.0.4'
105+
release = '0.0.5'
106106

107107
# The language for content autogenerated by Sphinx. Refer to documentation
108108
# for a list of supported languages.

0 commit comments

Comments
 (0)