Skip to content

Commit 52d786e

Browse files
committed
infra: prepare for release 0.1.3 [generated]
Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com>
1 parent 111d205 commit 52d786e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openllm",
3-
"version": "0.1.3.dev0",
3+
"version": "0.1.3",
44
"description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model",
55
"repository": "git@github.com:llmsys/OpenLLM.git",
66
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",

src/openllm/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
__version__ = "0.1.3.dev0"
14+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)