Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lukostaz committed Oct 22, 2019
1 parent 4eaab2c commit 8ee05e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pip install -e .
```python
>> import ampligraph
>> ampligraph.__version__
'1.2-dev'
'1.2.0'
```


Expand Down
2 changes: 1 addition & 1 deletion ampligraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging.config
import pkg_resources

__version__ = '1.2-dev'
__version__ = '1.2.0'
__all__ = ['datasets', 'latent_features', 'discovery', 'evaluation', 'utils']

logging.config.fileConfig(pkg_resources.resource_filename(__name__, 'logger.conf'), disable_existing_loggers=False)
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ pip install -e .
```python
>> import ampligraph
>> ampligraph.__version__
'1.2-dev'
'1.2.0'
```

0 comments on commit 8ee05e5

Please sign in to comment.