Skip to content

Commit

Permalink
added -alpha versioning suffix for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukostaz committed Mar 15, 2019
1 parent b2992cc commit 700f3c6
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 @@ -2,7 +2,7 @@
import logging.config
import pkg_resources

__version__ = '1.0.0'
__version__ = '1.0.0-alpha'
__all__ = ['datasets', 'latent_features', 'evaluation']

logging.config.fileConfig(pkg_resources.resource_filename(__name__, 'logger.conf'), disable_existing_loggers=False)

0 comments on commit 700f3c6

Please sign in to comment.