Skip to content

Commit 3d6cb58

Browse files
committed
Updating version number.
1 parent 9763f1e commit 3d6cb58

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/source/download.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Download
33

44
Current Version
55
^^^^^^^^^^^^^^^
6-
* Download MyData for Windows: `MyData_v0.3.1-beta1.exe <https://github.com/monash-merc/mydata/releases/download/v0.3.1-beta1/MyData_v0.3.1-beta1.exe>`_
7-
* Download MyData for Mac OS X: `MyData.v0.3.1-beta1.dmg <https://github.com/monash-merc/mydata/releases/download/v0.3.1-beta1/MyData_v0.3.1-beta1.dmg>`_
8-
* v0.3.1-beta1 Release Notes: https://github.com/monash-merc/mydata/releases/tag/v0.3.1-beta1
6+
* Download MyData for Windows: `MyData_v0.3.1.exe <https://github.com/monash-merc/mydata/releases/download/v0.3.1/MyData_v0.3.1.exe>`_
7+
* Download MyData for Mac OS X: `MyData.v0.3.1.dmg <https://github.com/monash-merc/mydata/releases/download/v0.3.1/MyData_v0.3.1.dmg>`_
8+
* v0.3.1 Release Notes: https://github.com/monash-merc/mydata/releases/tag/v0.3.1
99

1010
Previous Version
1111
^^^^^^^^^^^^^^^^
12-
* Download MyData for Windows: `MyData_v0.3.0-beta1.exe <https://github.com/monash-merc/mydata/releases/download/v0.3.0-beta1/MyData_v0.3.0-beta1.exe>`_
13-
* Download MyData for Mac OS X: `MyData.v0.3.0-beta1.dmg <https://github.com/monash-merc/mydata/releases/download/v0.3.0-beta1/MyData_v0.3.0-beta1.dmg>`_
12+
* Download MyData for Windows: `MyData_v0.3.1-beta1.exe <https://github.com/monash-merc/mydata/releases/download/v0.3.1-beta1/MyData_v0.3.1-beta1.exe>`_
13+
* Download MyData for Mac OS X: `MyData.v0.3.1-beta1.dmg <https://github.com/monash-merc/mydata/releases/download/v0.3.1-beta1/MyData_v0.3.1-beta1.dmg>`_
1414

1515
MyData Releases GitHub Page
1616
^^^^^^^^^^^^^^^^^^^^^^^^^^^

mydata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mydata/__init__.py
33
"""
44

5-
__version__ = "0.3.1-beta1"
5+
__version__ = "0.3.1"
66

77
import sys
88

0 commit comments

Comments
 (0)