podhmo / swagger-marshmallow-codegen

generating marshmallow's schema from swagger definition file
MIT License
52 stars 10 forks source link

get version info from module #100

Closed podhmo closed 3 years ago

podhmo commented 3 years ago

from #98

Also would you consider exposing version in module's root ? It is quite common to be able to do this:

from swagger_marshmallow_codegen import __version__

print(__version__)
# Shows "0.6.3")
podhmo commented 3 years ago