diff --git a/.gitignore b/.gitignore index 5cbd93e..20b1622 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .py311/ .py3815/ .py3812/ +.py312/ # Cache **__pycache__/ @@ -30,4 +31,4 @@ build/ app/ creds.json **/.secrets -paper/jats/ \ No newline at end of file +paper/jats/ diff --git a/cuallee/__init__.py b/cuallee/__init__.py index 5c2e330..e44100e 100644 --- a/cuallee/__init__.py +++ b/cuallee/__init__.py @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 6c993e9..090f060 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/setup.cfg b/setup.cfg index f70bf96..cb50f5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cuallee -version = 0.12.2 +version = 0.12.3 [options] packages = find: include_package_data = True \ No newline at end of file