Skip to content

Commit

Permalink
Version Bump [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0dium committed Jun 20, 2023
1 parent 09d52b2 commit 97cd813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app_metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

__name__ = "app_metrics"
__author__ = "Pivotal Energy Solutions"
__version_info__ = (4, 0, 3)
__version__ = "4.0.3"
__version_info__ = (4, 0, 4)
__version__ = "4.0.4"
__date__ = "2014/07/22 4:47:00 PM"
__credits__ = [
"Frank Wiles",
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

__name__ = "app_metrics"
__author__ = "Pivotal Energy Solutions"
__version_info__ = (4, 0, 3)
__version__ = "4.0.3"
__version_info__ = (4, 0, 4)
__version__ = "4.0.4"
__date__ = "2014/07/22 4:47:00 PM"
__credits__ = [
"Frank Wiles",
Expand Down Expand Up @@ -42,7 +42,7 @@

setup(
name=name, # Required
version="4.0.3", # Required
version="4.0.4", # Required
description="django-app-metrics is a reusable Django application for tracking and emailing application metrics.",
long_description=long_description, # Optional
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 97cd813

Please sign in to comment.