Skip to content

Commit

Permalink
Bump Version 0.1.4 (#2202) (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnikolai authored Jun 20, 2024
1 parent 9cc0f17 commit 0c6a0fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ 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.3](https://github.com/SuperDuperDB/superduperdb/compare/0.1.1...0.1.3]) (2024-Jun-20)

Test release before v0.2

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ new_release: ## Release a new version of SuperDuperDB
@git add superduperdb/__init__.py
# Commit and tag release
@echo "** Commit Bump Version and Tags"
@git add VERSION
@git add VERSION CHANGELOG.md
@git commit -m "Bump Version $(RELEASE_VERSION)"
@git tag $(RELEASE_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
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.1.3'
__version__ = '0.1.4'

from superduperdb.backends import ibis, mongodb

Expand Down

0 comments on commit 0c6a0fc

Please sign in to comment.