Skip to content

Commit

Permalink
Merge branch 'release/4.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fedelemantuano committed Oct 23, 2024
2 parents 145096d + ead27ac commit 04e8c85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ The first step is to install the development environment:
```
$ python3.10 -m virtualenv venv
$ source venv/bin/activate
$ pip install -e ".[dev, test]"
$ pip install -e ".[dev, test]"
```

The second step is to run the tests:
Expand Down
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ maintainer_email = [email protected]
platforms = OS Independent
keywords = email, mail, parser, spam, phishing, malware, forensic, analysis
classifiers =
License :: OSI Approved :: Apache Software License,
Intended Audience :: Developers,
Operating System :: OS Independent,
Natural Language :: English
Programming Language :: Python,
Programming Language :: Python :: 3.7,
Programming Language :: Python :: 3.8,
Programming Language :: Python :: 3.9,
Programming Language :: Python :: 3.10,
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10

[options]
package_dir =
Expand Down
2 changes: 1 addition & 1 deletion src/mailparser/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
limitations under the License.
"""

__version__ = "3.15.0"
__version__ = "4.0.0"

if __name__ == "__main__":
print(__version__)

0 comments on commit 04e8c85

Please sign in to comment.