Skip to content

Commit

Permalink
Automated Commmit with Github Actions for Build & Version-Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 28, 2023
1 parent fb4a02b commit fcde225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.0.3
current_version = 1.0.4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='bombaysoftwares-pysupp',
version='1.0.3',
version='1.0.4',
description='The bombaysoftwares_pysupp package provides a comprehensive set of utility functions for various operations in Python. These functions simplify common tasks such as date formatting, timestamp conversion, manipulating strings. This package is designed to enhance the functionality of various operations in your Python projects.',
author='Bombay Softwares',
packages=["bombaysoftwares_pysupp"],
Expand Down

0 comments on commit fcde225

Please sign in to comment.