T15: Python __version__ attribute #52

Open
opened 2026-03-24 22:28:14 +03:00 by NiXTheDev · 0 comments
NiXTheDev commented 2026-03-24 22:28:14 +03:00 (Migrated from github.com)

Task 15: Python Version

Wave: 3 (Python re Compatibility)
Category: quick
Parent: Epic #37

What to do

  • Add version attribute to Python module

Acceptance Criteria

  • import ogex; ogex.version == "0.1.2"

Commit

feat: Python __version__ attribute

## Task 15: Python Version **Wave**: 3 (Python re Compatibility) **Category**: quick **Parent**: Epic #37 ### What to do - Add __version__ attribute to Python module ### Acceptance Criteria - [ ] import ogex; ogex.__version__ == "0.1.2" ### Commit `feat: Python __version__ attribute`
Sign in to join this conversation.
No description provided.