Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Dudyrev committed Feb 11, 2024
1 parent 7c42003 commit 6f0ad21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@ A python package to work with Formal Concept Analysis (FCA).
FCApy can be installed from [PyPI](https://pypi.org/project/fcapy):

```console
pip install fcapy[all]
pip install fcapy
```

*The appendix [all] installs additional packages like numpy and scikit-learn
(see more in [setup.py](https://github.com/EgorDudyrev/FCApy/blob/main/setup.py)).*

*This option is preferred, but not obligatory.*


## Gentle Intro to Formal Concept Analysis

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Egor Dudyrev'

# The full version, including alpha/beta/rc tags
release = '0.1.4.2'
release = '0.1.4.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion fcapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def check_installed_packages(package_descriptions):
LIB_INSTALLED = check_installed_packages(PACKAGE_DESCRIPTION)


__version__ = '0.1.4.3'
__version__ = '0.1.4.4'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fcapy"
version = "0.1.4.3"
version = "0.1.4.4"
description = "A library to work with formal (and pattern) contexts, concepts, lattices"
readme = "README.md"
authors = [{ name = "Egor Dudyrev" }]
Expand Down

0 comments on commit 6f0ad21

Please sign in to comment.