Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ PYTHONPATH=/path/to/pywikipathways:$PYTHONPATH sphinx-build -b html . _build/htm
### Core Package Structure (`pywikipathways/`)
- `__init__.py` - Main package imports (47 public functions)
- `utilities.py` - Core HTTP client (`wikipathways_get()`, `build_url()`)
- `_version.py` - Version definition (currently 0.0.2)
- `_version.py` - Version definition (currently 0.0.3)

### Main API Modules
Each module corresponds to a WikiPathways API endpoint:
Expand Down
2 changes: 1 addition & 1 deletion pywikipathways/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This is the official version of this library. Change it here, and the build and documentation
# should pick it up automatically.

__version__ = "0.0.2"
__version__ = "0.0.3"