Skip to content

Commit

Permalink
Feature fix manifest (#276)
Browse files Browse the repository at this point in the history
* Added new env for 3.12 python verion

* Build with manifest file and bump version
  • Loading branch information
canimus authored Jul 8, 2024
1 parent 360d011 commit da0fe98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.py311/
.py3815/
.py3812/
.py312/

# Cache
**__pycache__/
Expand All @@ -30,4 +31,4 @@ build/
app/
creds.json
**/.secrets
paper/jats/
paper/jats/
2 changes: 1 addition & 1 deletion cuallee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from toolz.curried import map as map_curried

logger = logging.getLogger("cuallee")
__version__ = "0.12.2"
__version__ = "0.12.3"
# Verify Libraries Available
# ==========================
try:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cuallee"
version = "0.12.2"
version = "0.12.3"
authors = [
{ name="Herminio Vazquez", email="canimus@gmail.com"},
{ name="Virginie Grosboillot", email="vestalisvirginis@gmail.com" }
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cuallee
version = 0.12.2
version = 0.12.3
[options]
packages = find:
include_package_data = True

0 comments on commit da0fe98

Please sign in to comment.