Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huzongxiang committed Apr 8, 2022
1 parent 4199836 commit 90ae0ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
![](https://img.shields.io/badge/build-passing-brightgreen)
![](https://img.shields.io/pypi/v/crysnet)
![](https://img.shields.io/pypi/dm/crysnet)
![](https://img.shields.io/badge/python-3.8-blue)
![](https://img.shields.io/badge/tensorflow-2.6.0-red)
![](https://img.shields.io/github/stars/huzongxiang/CrystalNetwork?style=social)

# CrysNet
Expand All @@ -15,6 +17,7 @@ GrysNet is a neural network package that allows researchers to train custom mode
* [Framework](#crysnet-framework)
* [Contributors](#contributors)
* [References](#references)
* [Help](#help)

<a name="Hightlights"></a>
## Hightlights
Expand Down Expand Up @@ -382,3 +385,9 @@ Zongxiang Hu

<a name="References"></a>
## References


<a name="Help"></a>
## Help
mail: [email protected]
wechat: voodoozx2015
2 changes: 1 addition & 1 deletion crysnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
@author: huzongxiang
"""
__version__ = "0.2.5"
__version__ = "0.2.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='crysnet',
version='0.2.5',
version='0.2.6',
description='Labelled Graph Networks for machine learning of crystal.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 90ae0ad

Please sign in to comment.