Skip to content

Commit

Permalink
[RELEASE]: v0.3.3 (georgia-tech-db#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 authored and a0x8o committed Oct 3, 2023
1 parent cd39ae6 commit d562016
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Deprecated]
### [Removed]

<<<<<<< HEAD
## [0.3.6] - 2023-09-21

* PR #1181: releass: bump a version further to skip cached wheel
Expand Down Expand Up @@ -91,6 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* PR #986: docs: Update README.md
* PR #983: doc: fix nav bar

=======
>>>>>>> 9c0af83d ([RELEASE]: v0.3.3 (#984))
## [0.3.3] - 2023-08-29

* PR #983: doc: fix nav bar
Expand Down
4 changes: 4 additions & 0 deletions evadb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
_MAJOR = "0"
_MINOR = "3"
<<<<<<< HEAD
_REVISION = "7"
=======
_REVISION = "3"
>>>>>>> 9c0af83d ([RELEASE]: v0.3.3 (#984))

VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 comments on commit d562016

Please sign in to comment.