Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Jan 5, 2024
2 parents c203191 + 07618bd commit 2ff1cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
![PyPI - Wheel](https://img.shields.io/pypi/wheel/autoversioner)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/autoversioner)

*Version: 24.1.1*
*Version: 24.1.2*

This handy module with auto increment the version and save that to a JSON or .env file

Expand Down
2 changes: 1 addition & 1 deletion autoversioner/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding: utf-8

__version__ = '24.1.1'
__version__ = '24.1.2'
__author__ = 'Audel Rouhi'
__credits__ = 'Audel Rouhi'

0 comments on commit 2ff1cfb

Please sign in to comment.