Skip to content

Commit

Permalink
Bumped version to 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Nov 7, 2021
1 parent 68e3828 commit f0daee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Steps to take when releasing a new version:
* Bump version number and enter current date in `__init__.py`.
* Bump version number and enter current date in `meta.py`.
* Add dedicated commit for the version bump.
* Tag commit with version number, e.g. `git tag v1.0.3`.
* Tag commit with version number, e.g. `git tag v1.0.4`.
* Push the commit: `git push origin main`.
* Check documentation build on Read-the-Docs.
* Publish on PyPI by running `deploy/publish.py`.
Expand Down
4 changes: 2 additions & 2 deletions kde_diffusion/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

title = 'KDE-diffusion'
synopsis = 'Kernel density estimation via diffusion in 1d and 2d'
version = '1.0.3'
date = '2021–04–06'
version = '1.0.4'
date = '2021–11–07'
author = 'John Hennig'
copyright = '2020, John Hennig'
license = 'MIT'

0 comments on commit f0daee3

Please sign in to comment.