diff --git a/README.md b/README.md index fe8b7c0..66642c4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![C++17](https://img.shields.io/badge/std-c%2B%2B17-blue) -Version: `cxxbuild version=1.3.6` +Version: `cxxbuild version=1.3.7` cxxbuild is a python script to easily build C++ programs: just invoke 'cxxbuild' and it works! diff --git a/bumpver.toml b/bumpver.toml index 6591e9e..84aff28 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version="1.3.6" +current_version="1.3.7" version_pattern="MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message="bump version {old_version} -> {new_version}" commit=true diff --git a/cxxbuild.py b/cxxbuild.py index 1cad5a1..eec5ef6 100644 --- a/cxxbuild.py +++ b/cxxbuild.py @@ -11,7 +11,7 @@ def usage(): u=""" -cxxbuild=1.3.6 +cxxbuild=1.3.7 Usage: cxxbuild [build] [ROOT_PATH] builds with cxxbuild, examples: diff --git a/docs/source/conf.py b/docs/source/conf.py index 4447305..d14f549 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Igor Machado Coelho' # The full version, including alpha/beta/rc tags -release = 'v1.3.6' +release = 'v1.3.7' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index cc22b10..69af245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend="setuptools.build_meta" [project] name="cxxbuild" -version="1.3.6" +version="1.3.7" description="CxxBuild is a python script to easily build C++ programs: just invoke 'cxxbuild' and it works!" readme="README.md" authors=[{ name="Igor Machado Coelho", email="igormcoelho@proton.me" }] diff --git a/setup.py b/setup.py index 3d20dd1..bc9abe9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='cxxbuild', - version='1.3.6', + version='1.3.7', packages=['cxxbuild'], entry_points={ 'console_scripts': [