Skip to content

Commit

Permalink
updated version number to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albernar committed Jul 12, 2023
1 parent 6e6c454 commit 227f8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampligraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)

__version__ = '2.0-dev'
__version__ = '2.0.1'
__all__ = ['datasets', 'latent_features', 'discovery', 'evaluation', 'utils']

logging.config.fileConfig(
Expand Down

0 comments on commit 227f8ff

Please sign in to comment.