Skip to content

Commit

Permalink
chore after release
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Feb 12, 2025
1 parent 2dd1547 commit e3e9504
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased] - YYYY-MM-DD

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [0.2.5] - 2025-02-12

### Added
Expand Down
3 changes: 2 additions & 1 deletion torch_frame/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
torch_frame.data.stats.StatType,
])

__version__ = '0.2.5'
# https://peps.python.org/pep-0440/
__version__ = '0.3.0.dev0'

__all__ = [
'DataFrame',
Expand Down

0 comments on commit e3e9504

Please sign in to comment.