Skip to content

Commit 1fcbd88

Browse files
author
Abe Megahed
committed
2 parents dd9c7b0 + 6fc4110 commit 1fcbd88

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist/
12
frontend-built/
23
campus_users/
34
pdfs/

embedding_search/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.1"

scripts/release_backend.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
#!/bin/bash
22

3+
34
if [ "$1" = "" ]; then
45
echo "Usage: release.sh major/minor/patch... (see hatch version --help for details)"
56
exit 1
67
fi
78

9+
# Make sure we have the latest version of hatchling and build
10+
pip install -U hatch build
11+
812
### Verison control ###
913
# Bump version with hatchling
1014
hatch version $1

0 commit comments

Comments
 (0)