Skip to content

Commit

Permalink
<>[]: <Bump dependency>
Browse files Browse the repository at this point in the history
[
Fallback to older twine for now
pypa/twine#1216
]

[#62]
  • Loading branch information
hasii2011 committed Feb 9, 2025
1 parent 72f0926 commit 444962b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install codeallyadvanced==1.3.3
pip install pyutmodelv2>=2.2.3
pip install ogl>=3.6.7
pip install untanglepyut>=2.6.3
pip install untanglepyut>=2.7.0
pip install buildlackey~=1.7.0
- run:
name: run tests
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dynamic = ["version"]
description = 'External Pyut Persistence'
readme = "README.md"
license = {text = 'GNU AFFERO GENERAL PUBLIC LICENSE'}
authors = [{name = 'Humberto A. Sanchez II', email = 'Humbert[email protected]'}]
maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humbert[email protected]'}]
authors = [{name = 'Humberto A. Sanchez II', email = 'Humberto[email protected]'}]
maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humberto[email protected]'}]
keywords = ['pyut', 'python', 'xml']

classifiers = [
Expand All @@ -26,7 +26,7 @@ dependencies = [
'codeallyadvanced>=1.3.3',
'pyutmodelv2>=2.2.3',
'ogl>=3.6.7',
'untanglepyut>=2.6.3',
'untanglepyut>=2.7.0',
]

[project.optional-dependencies]
Expand All @@ -40,7 +40,7 @@ test = [
deploy = [
"wheel==0.45.1",
"setuptools==75.8.0",
"twine==6.1.0",
"twine==6.0.1",
"build==1.2.2.post1",
]

Expand Down
2 changes: 1 addition & 1 deletion src/oglio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '2.3.5'
__version__: str = '2.4.0'

0 comments on commit 444962b

Please sign in to comment.