Skip to content

Commit

Permalink
Bump version: 1.3.1 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Feb 23, 2025
1 parent 4838c14 commit f68a5da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.4.0
commit = True
tag = True

Expand All @@ -22,4 +22,3 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mmore500/teeplot',
version='1.3.1',
version='1.4.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion teeplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Matthew Andres Moreno"""
__email__ = "m.more500@gmail.com"
__version__ = "__version__ = '1.3.1'"
__version__ = "__version__ = '1.4.0'"

0 comments on commit f68a5da

Please sign in to comment.