Commit 14239e7f authored by Irfanuddin's avatar Irfanuddin 🚴🏽

chore: added versions

parent 20fedc88
......@@ -17,6 +17,10 @@ class EnvironmentSettings(BaseSettings):
def __init__(self, **values: Any):
super().__init__(**values)
@property
def __version__(self):
return 'V5.4.2'
# Global application environment
APP_ENV: str = "dev"
......
......@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='env_settings',
version='V5.4.2',
version='5.4.2',
packages=['ilens_env_settings'],
url='git@gitlab-pm.knowledgelens.com:iudeen/ilens-env-settings.git',
license='Restricted',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment