Skip to content

Commit

Permalink
[Version] Bump version to 0.3.0.dev (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoyaoding committed Jun 21, 2023
1 parent 289377a commit eb7e55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/hidet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.2.4.dev"
__version__ = "0.3.0.dev"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="hidet",
version="0.2.4.dev",
version="0.3.0.dev",
description="Hidet: a compilation-based DNN inference framework.",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit eb7e55b

Please sign in to comment.