Skip to content

Commit 65e65b3

Browse files
Updating version numbers inside files for v1.4.2
1 parent e9eff5b commit 65e65b3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ The image can be pulled by one of the following commands.
6767
```bash
6868
docker pull ghcr.io/smithlabcode/dnmtools:latest
6969
docker pull ghcr.io/smithlabcode/dnmtools:[7-DIGIT SHA]
70-
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.1)
70+
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.2)
7171
```
7272

README.md

Lines changed: 5 additions & 5 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.4.1
15+
## Installing release 1.4.2
1616

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

4242
### Configuration
4343

44-
* Download [dnmtools-1.4.1.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.1/dnmtools-1.4.1.tar.gz).
44+
* Download [dnmtools-1.4.2.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.2/dnmtools-1.4.2.tar.gz).
4545
* Unpack the archive:
4646
```console
47-
tar -zxvf dnmtools-1.4.1.tar.gz
47+
tar -zxvf dnmtools-1.4.2.tar.gz
4848
```
4949
* Move into the dnmtools directory and create a build directory:
5050
```console
51-
cd dnmtools-1.4.1 && mkdir build && cd build
51+
cd dnmtools-1.4.2 && mkdir build && cd build
5252
```
5353
* Run the configuration script:
5454
```console
@@ -137,7 +137,7 @@ docker tag ghcr.io/smithlabcode/dnmtools:latest dnmtools:latest
137137

138138
You can also install the image for a particular vertion by running
139139
```console
140-
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.1)
140+
docker pull ghcr.io/smithlabcode/dnmtools:v[VERSION NUMBER] #(e.g. v1.4.2)
141141
```
142142
Not all versions have corresponding images; you can find available images
143143
[here](https://github.com/smithlabcode/dnmtools/pkgs/container/dnmtools).

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.4.1], [[email protected]],
17+
AC_INIT([dnmtools], [1.4.2], [[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
@@ -72,14 +72,14 @@ would need to be activated when you want to use dnmtools.
7272

7373
### Configuration
7474

75-
* Download [dnmtools-1.4.1.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.1/dnmtools-1.4.1.tar.gz).
75+
* Download [dnmtools-1.4.2.tar.gz](https://github.com/smithlabcode/dnmtools/releases/download/v1.4.2/dnmtools-1.4.2.tar.gz).
7676
* Unpack the archive:
7777
```console
78-
$ tar -zxvf dnmtools-1.4.1.tar.gz
78+
$ tar -zxvf dnmtools-1.4.2.tar.gz
7979
```
8080
* Move into the dnmtools directory and create a build directory:
8181
```console
82-
$ cd dnmtools-1.4.1
82+
$ cd dnmtools-1.4.2
8383
$ mkdir build && cd build
8484
```
8585
* Run the configuration script:

0 commit comments

Comments
 (0)