Skip to content

Commit

Permalink
version release
Browse files Browse the repository at this point in the history
  • Loading branch information
mehradans92 committed Sep 23, 2024
1 parent 2b5a4ad commit cd568dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
incude requirement.txt

recursive-include tests *
recursive-exclude * __pycache__
Expand Down
2 changes: 1 addition & 1 deletion eunomia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Mehrad Ansari"""
__email__ = "[email protected]"
__version__ = "1.1"
__version__ = "1.1.0"

from .agents import *
from .docs_utils.docs import *
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1
current_version = 1.1.0
commit = True
tag = True

Expand Down

0 comments on commit cd568dd

Please sign in to comment.