Skip to content

Commit

Permalink
DOC: Fix readme image URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Oct 22, 2023
1 parent ddb8227 commit d291bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ modelx-cython is currently highly experimental and is released only for early ad

modelx-cython is a Python package for cythonizing exported [modelx] models.

![modelx Ecosystem](https://github.com/fumitoh/modelx-cython/blob/main/doc/source/images/modelx-ecosystem.png)
![modelx Ecosystem](https://raw.githubusercontent.com/fumitoh/modelx-cython/main/doc/source/images/modelx-ecosystem.png)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion modelx_cython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@



version_info = (0, 0, 1, "rc1")
version_info = (0, 0, 1, "rc2")
__version__ = ".".join([str(x) for x in version_info])

0 comments on commit d291bfb

Please sign in to comment.