abhiTronix / deffcode

A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚡
https://abhitronix.github.io/deffcode
Apache License 2.0
178 stars 3 forks source link

🐛 Fixed AttributeError bug on `__version__` query (Fixes #10) #11

Closed abhiTronix closed 2 years ago

abhiTronix commented 2 years ago

Brief Description

This PR fixes AttributeErrorbug on __version__ query.

Requirements / Checklist

Related Issue

10

Context

This PR fixes __version__ not defined in DeFFcode's __init__.py that throws AttributeError: module 'deffcode' has no attribute '__version__' on query.

Types of changes