Skip to content

module level dunder names not appearing in __init__.py #1250

@meshula

Description

@meshula

Bug Report

Python 3.10.2 | packaged by conda-forge | (main, Mar  8 2022, 16:02:23) [Clang 11.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import opentimelineio as otio
>>> otio.__version__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'opentimelineio' has no attribute '__version__'

This is a regression from 0.14, see here: #1224

Expected Behavior

Description of the expected behavior.

Metadata

Metadata

Labels

bugA problem, flaw, or broken functionality.wheels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions