Skip to content

Commit f0ed12f

Browse files
Merge pull request #310 from superbobry:main
PiperOrigin-RevId: 688907348
2 parents bb0e91a + f5c8137 commit f0ed12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jax_triton/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 3, 0)
15+
__version_info__ = (0, 2, 0)
1616
__version__ = ".".join(str(v) for v in __version_info__)

0 commit comments

Comments
 (0)