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 Apr 4, 2023
1 parent 2e80133 commit be62687
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, 0)
__version__ = "4.0.0"
__version_info__ = (4, 0, 1)
__version__ = "4.0.1"
__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, 0)
__version__ = "4.0.0"
__version_info__ = (4, 0, 1)
__version__ = "4.0.1"
__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.0", # Required
version="4.0.1", # 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 be62687

Please sign in to comment.