Skip to content

Commit

Permalink
CHANGELOG and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hcwinsemius committed Nov 14, 2024
1 parent 757c595 commit b95c4a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [0.1.0] - 2024-11-14
### Added
* First release of FF-PIV

### Changed
### Deprecated
### Removed
### Fixed
### Security
4 changes: 2 additions & 2 deletions ffpiv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""ffpiv: Fast and flexible Particle Image Velocimetry analysis powered by numba."""
"""FF-PIV: Fast and Flexible Particle Image Velocimetry analysis powered by numba."""

__version__ = "0.1.0.dev"
__version__ = "0.1.0"

from . import pnb, pnp, sample_data, window
from .api import *

0 comments on commit b95c4a1

Please sign in to comment.