diff --git a/jax_triton/version.py b/jax_triton/version.py index bbe5e92..38a4bf2 100644 --- a/jax_triton/version.py +++ b/jax_triton/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version_info__ = (0, 3, 0) +__version_info__ = (0, 2, 0) __version__ = ".".join(str(v) for v in __version_info__)