build: version number bumped to 2.2.0

This commit is contained in:
Fabian Joswig 2022-08-01 17:10:29 +01:00
parent 36745f51b9
commit 9d9759ae47
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## [2.2.0] - 2022-xx-xx
## [2.2.0] - 2022-08-01
### Added
- New submodule `input.pandas` added which adds the possibility to read and write pandas DataFrames containing `Obs` or `Corr` objects to csv files or SQLite databases.
- `hash` method for `Obs` objects added.

View file

@ -1 +1 @@
__version__ = "2.2.0+dev"
__version__ = "2.2.0"