diff --git a/CHANGELOG b/CHANGELOG index 2fc2ddb..3bc0bf5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,7 +12,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Removed: ### Security: -## [v0.2.0.dev] + +## [v0.2.0.dev1] +### Fixed: + - [fpavogt, 2022-01-21] First pypi release ? + +## [v0.2.0.dev0] ### Added: - [fpavogt, 2022-01-21] New CI Actions to automate the pypi releases. - [fpavogt, 2022-01-17] Added new utils.utils.temp_seed() function to set random seed temporarily only. diff --git a/setup.py b/setup.py index 1994976..1cf4050 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,6 @@ # Indicate who your project is intended for 'Intended Audience :: Science/Research', - 'Topic :: Scientific/Engineering :: Meteorology', 'Topic :: Scientific/Engineering :: Atmospheric Science', # Pick your license as you wish (should match "license" above) diff --git a/src/ampycloud/version.py b/src/ampycloud/version.py index 5379b78..a15b490 100644 --- a/src/ampycloud/version.py +++ b/src/ampycloud/version.py @@ -9,4 +9,4 @@ """ #:str: the one-and-only place where the ampycloud version is set. -VERSION = '0.2.0.dev0' +VERSION = '0.2.0.dev1'