Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Sep 4, 2023
1 parent 0d03f24 commit 5c27171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion microlog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Microlog. Copyright (c) 2023 laffra, dcharbon. All rights reserved.
#

__version__ = "1.3.33"
__version__ = "1.3.34"

import sys
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "micrologai"
version = "1.3.33"
version = "1.3.34"
description = "A continuous profiler and logger for Python written entirely in Python"
readme = "README.md"
authors = [{ name = "Chris Laffra", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _post_install():
description='A continuous profiler and logger for Python',
long_description=long_description,
long_description_content_type='text/markdown',
version="1.3.33",
version="1.3.34",
zip_safe=False,
author='Chris Laffra',
author_email='[email protected]',
Expand Down

0 comments on commit 5c27171

Please sign in to comment.