Skip to content

Commit

Permalink
Prepare release (#7)
Browse files Browse the repository at this point in the history
* add graph_descriptors

* update doc

* prepare release
  • Loading branch information
TieuLongPhan authored Oct 23, 2024
1 parent 3a17786 commit 701933e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 0 additions & 10 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ After setting up and activating your virtual environment, install **synutility**
This command will download and install the latest version of **synutility** along with its required dependencies.

Getting Started with **synutility**
===================================

After installation, you can begin using **synutility** by importing it into your Python scripts or interactive sessions. Here’s a quick example to get you started:

.. code-block:: python
import synutility
result = synutility.example_function('Hello, World!')
print(result)

Further Resources
=================
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "synutility"
version = "0.0.6"
version = "0.0.7"
authors = [
{name="Tieu Long Phan", email="tieu@bioinf.uni-leipzig.de"}
]
Expand All @@ -30,4 +30,5 @@ all = ["drfp==0.3.6", "xgboost==2.1.1", "fgutils>=0.1.3", "rxn-chem-utils==1.5.0
[project.urls]
homepage = "https://github.com/TieuLongPhan/SynUtils"
source = "https://github.com/TieuLongPhan/SynUtils"
issues = "https://github.com/TieuLongPhan/SynUtils/issues"
issues = "https://github.com/TieuLongPhan/SynUtils/issues"
documentation = "https://tieulongphan.github.io/SynUtils/"

0 comments on commit 701933e

Please sign in to comment.