Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions drivers/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,10 @@ python -m unittest -v test_agtypes.py
python setup.py install
```

### Install from PyPi

```
pip install apache-age-python
```

### For more information about [Apache AGE](https://age.apache.org/)
* Apache Age : https://age.apache.org/
* Github : https://github.com/apache/age
* Document : https://age.apache.org/age-manual/master/index.html
* apache-age-python GitHub : https://github.com/rhizome-ai/apache-age-python

### Check AGE loaded on your PostgreSQL
Connect to your containerized Postgres instance and then run the following commands:
Expand Down
4 changes: 2 additions & 2 deletions drivers/python/age/VERSION.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@



VER_MAJOR = 0
VER_MAJOR = 1
VER_MINOR = 0
VER_MICRO = 3
VER_MICRO = 0

VERSION = '.'.join([str(VER_MAJOR),str(VER_MINOR),str(VER_MICRO)])