Skip to content

Commit 2f54bc8

Browse files
committed
bump version
1 parent f7ea1d1 commit 2f54bc8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include LICENSE
22
include CHANGES.txt
33
include README.rst
4-
include static/*
54
graft mlserve
65
global-exclude *.pyc *.swp

mlserve/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
__all__ = ('build_schema',)
5-
__version__ = '0.0.1a3'
5+
__version__ = '0.0.1a4'

0 commit comments

Comments
 (0)