Skip to content

Commit

Permalink
Release 0.1.3 (#2197)
Browse files Browse the repository at this point in the history
Signed-off-by: Fotis Nikolaidis <[email protected]>
  • Loading branch information
fnikolai authored Jun 20, 2024
1 parent d2a9326 commit 9cc0f17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed 'objectmodel' and 'predict_one' in doc.
- Fixed ray dependencies bug

## [0.1.2](https://github.com/SuperDuperDB/superduperdb/compare/0.1.1...0.1.2]) (2024-Jun-20)

## [0.1.1](https://github.com/SuperDuperDB/superduperdb/compare/0.1.0...0.1.1]) (2023-Feb-09)
Test release before v0.2

## [0.1.1](https://github.com/SuperDuperDB/superduperdb/compare/0.1.0...0.1.1]) (2024-Feb-09)

#### Changed defaults / behaviours

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
2 changes: 1 addition & 1 deletion superduperdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

logging = logger.Logging

__version__ = '0.2.0'
__version__ = '0.1.3'

from superduperdb.backends import ibis, mongodb

Expand Down

0 comments on commit 9cc0f17

Please sign in to comment.