Skip to content

Commit

Permalink
Update name of db with the new release (#551)
Browse files Browse the repository at this point in the history
update db name

Co-authored-by: Rajas Bansal <[email protected]>
  • Loading branch information
rajasbansal and rajasbansal authored Aug 26, 2023
1 parent 3b0e7bd commit 531dd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autolabel/database/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# several different labeling jobs going on).
# DB_PATH = join(expanduser("~"), ".autolabel.db")

DB_PATH = ".autolabel.db"
DB_PATH = ".autolabel.v15.db"


def create_db_engine(db_path: Optional[str] = DB_PATH) -> Engine:
Expand Down

0 comments on commit 531dd27

Please sign in to comment.