Skip to content

Commit

Permalink
Boost version to 1.4.14 (#1887)
Browse files Browse the repository at this point in the history
* Version boosted to 1.4.14

* Cleanup in girhub
  • Loading branch information
ternaus authored Aug 16, 2024
1 parent 7da112e commit fa2a6d1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
rm -rf tests tools benchmark
python -m build
twine upload dist/*
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ conda_build/

.vscode/

.gitingore

*.ipynb

.ruff_cache/
Expand Down
2 changes: 1 addition & 1 deletion albumentations/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.13"
__version__ = "1.4.14"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_install_requirements(install_requires: List[str], choose_install_require
author="Vladimir I. Iglovikov, Mikhail Druzhinin, Alex Parinov, Alexander Buslaev, Eugene Khvedchenya",
license="MIT",
url="https://albumentations.ai",
packages=find_packages(exclude=["tests", "tools", "benchmark", ".github"]),
packages=find_packages(exclude=["tests", "tools", "benchmark"]),
python_requires=">=3.8",
install_requires=get_install_requirements(INSTALL_REQUIRES, CHOOSE_INSTALL_REQUIRES),
extras_require={
Expand Down

0 comments on commit fa2a6d1

Please sign in to comment.