Skip to content

Commit 38311e2

Browse files
updating version number to 1.3.0 for release
1 parent 51a7704 commit 38311e2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sequencing (RRBS). These tools focus on overcoming the computing
1212
challenges imposed by the scale of genome-wide DNA methylation data,
1313
which is usually the early parts of data analysis.
1414

15-
## Installing release 1.2.5
15+
## Installing release 1.3.0
1616

1717
The documentation for DNMTools can be found
1818
[here](https://dnmtools.readthedocs.io). But if you want to install
@@ -46,14 +46,14 @@ repo, it is easiest if all dependencies are available through conda.
4646

4747
### Configuration
4848

49-
* Download [dnmtools-1.2.5.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.5/dnmtools-1.2.5.tar.gz).
49+
* Download [dnmtools-1.3.0.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.3.0/dnmtools-1.3.0.tar.gz).
5050
* Unpack the archive:
5151
```console
52-
tar -zxvf dnmtools-1.2.5.tar.gz
52+
tar -zxvf dnmtools-1.3.0.tar.gz
5353
```
5454
* Move into the dnmtools directory and create a build directory:
5555
```console
56-
cd dnmtools-1.2.5 && mkdir build && cd build
56+
cd dnmtools-1.3.0 && mkdir build && cd build
5757
```
5858
* Run the configuration script:
5959
```console

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
dnl General Public License for more details.
1616

17-
AC_INIT([dnmtools], [1.2.5], [[email protected]],
17+
AC_INIT([dnmtools], [1.3.0], [[email protected]],
1818
[dnmtools], [https://github.com/smithlabcode/dnmtools])
1919
dnl the config.h is #included in the sources for version info
2020
AC_CONFIG_HEADERS([config.h])

docs/content/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ would need to be activated when you want to use dnmtools.
6060

6161
### Configuration
6262

63-
* Download [dnmtools-1.2.5.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.2.5/dnmtools-1.2.5.tar.gz).
63+
* Download [dnmtools-1.3.0.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.3.0/dnmtools-1.3.0.tar.gz).
6464
* Unpack the archive:
6565
```console
66-
$ tar -zxvf dnmtools-1.2.5.tar.gz
66+
$ tar -zxvf dnmtools-1.3.0.tar.gz
6767
```
6868
* Move into the dnmtools directory and create a build directory:
6969
```console
70-
$ cd dnmtools-1.2.5
70+
$ cd dnmtools-1.3.0
7171
$ mkdir build && cd build
7272
```
7373
* Run the configuration script:

0 commit comments

Comments
 (0)