Skip to content

Commit 00c9283

Browse files
committed
release version 2.4.1
1 parent 68e50bf commit 00c9283

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(Pink VERSION 2.4 LANGUAGES C CXX)
2+
project(Pink VERSION 2.4.1 LANGUAGES C CXX)
33

44
message(STATUS "${PROJECT_NAME} version ${PROJECT_VERSION}")
55

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ cmake -DCMAKE_INSTALL_PREFIX=<INSTALL_PATH> .
3232
make install
3333
```
3434

35+
## PyPI installation
36+
37+
PINK is also available as [PyPi package](https://pypi.org/project/astro-pink/) which can be installed by
38+
39+
```bash
40+
pip install astro-pink
41+
```
42+
3543

3644
## Usage
3745

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class RecordConan(ConanFile):
44

55
name = "pink"
6-
version = "2.4"
6+
version = "2.4.1"
77
license = "GPLv3"
88
description = "Parallelized rotation and flipping INvariant Kohonen maps"
99
homepage = "https://github.com/HITS-AIN/PINK"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def build_extension(self, ext):
6262

6363
setup(
6464
name='astro-pink',
65-
version='2.4',
65+
version='2.4.1',
6666
author='Bernd Doser',
6767
author_email='bernd.doser@h-its.org',
6868
description='Parallelized rotation and flipping INvariant Kohonen maps',

0 commit comments

Comments
 (0)