Skip to content

Commit

Permalink
bump version and licence
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jun 23, 2024
1 parent 9bfccaa commit 6eef6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enzyme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "enzyme"
__version__ = "0.4.2-dev"
__version__ = "0.5.0"
__author__ = "Antoine Bertin"
__license__ = "Apache 2.0"
__license__ = "MIT"
__copyright__ = "Copyright 2013 Antoine Bertin"

import logging
Expand Down

0 comments on commit 6eef6dc

Please sign in to comment.