Skip to content

Commit

Permalink
[Version] Bump version to 0.2.2.dev (#118)
Browse files Browse the repository at this point in the history
bump version to 0.2.2.dev
  • Loading branch information
yaoyaoding committed Feb 18, 2023
1 parent 0617089 commit 9c10bcc
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.1.dev"
__version__ = "0.2.2.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.1.dev",
version="0.2.2.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 9c10bcc

Please sign in to comment.