Skip to content

Commit 90b82ce

Browse files
author
Thomas Bury
committed
build: 🔖 bump the version number
1 parent 7da5906 commit 90b82ce

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changes
2+
## 2.0.4
3+
- Documentation: fix the format of some docstrings and remove old sphinx generated files
24
## 2.0.3
35
- Fix: remove unnecessary `__all__` in the preprocessing module and improve the consistency of the module docstrings
46
## 2.0.2

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ keywords:
1818
- "Machine Learning"
1919
license: MIT License
2020
url: 'https://github.com/ThomasBury/arfs'
21-
version: 2.0.3
21+
version: 2.0.4
2222
date-released: 2021-12-18

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Thomas Bury"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "2.0.3"
27+
release = "2.0.4"
2828

2929
# If extensions (or modules to document with autodoc) are in another
3030
# directory, add these directories to sys.path here. If the directory is

src/arfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""init module, providing information about the arfs package
22
"""
33

4-
__version__ = "2.0.3"
4+
__version__ = "2.0.4"

0 commit comments

Comments
 (0)