Skip to content

Commit

Permalink
fix: dev: Release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Dec 24, 2024
1 parent 31df10f commit 45a2c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_logger(logger_name: str, log_level=os.getenv('LOG_LEVEL', 'WARN')) -> lo

logging.basicConfig()
logger = get_logger(__file__)
__version__ = '0.1.0'
__version__ = '0.2.0'


class ConnectionStringHelper:
Expand Down

0 comments on commit 45a2c1f

Please sign in to comment.