Skip to content

Commit

Permalink
Version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Aug 16, 2023
1 parent f218a53 commit ec52597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This file documents notable changes between versions of quivr.

## [Unreleased]

Nothing yet!

## [0.6.3] - 2023-08-16

### Fixed

- Indexing a table with a negative integer (`table[-1]`, for example)
Expand Down
2 changes: 1 addition & 1 deletion quivr/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"

0 comments on commit ec52597

Please sign in to comment.