Skip to content

Commit

Permalink
Bump version number. Added prebuild function for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaAndrom3da authored Nov 24, 2022
1 parent 17eecd5 commit 0d6133a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phoenix/serve.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "2.0.0.1"
VERSION = "2.0.0.2"

# Get Phoenix files
from . import build
Expand Down Expand Up @@ -417,4 +417,4 @@ def run(config=config):


# if __name__ == "__main__":
# run()
# run()

0 comments on commit 0d6133a

Please sign in to comment.