No, I’m not. I suggest you to not define the version in the module name, as you have limited control and tools over management of that.
Instead of having the version as the module name, with a little metaprogramming, you can have it in your module, for example my example can generate a function:
> MyService.__service_version__()
"1.2"
Anyway, if the initial version works, just go for it, as my version implies knowledge of metaprogramming. I just wanted to list an alternative.






















