Skip to content

Commit

Permalink
bump version 1.3.9 -> 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 31, 2023
1 parent 2477c8b commit 3d28ba3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![C++17](https://img.shields.io/badge/std-c%2B%2B17-blue)

Version: `cxxbuild version=1.3.9`
Version: `cxxbuild version=1.3.10`

cxxbuild is a python script to easily build C++ programs: just invoke 'cxxbuild' and it works!

Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version="1.3.9"
current_version="1.3.10"
version_pattern="MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message="bump version {old_version} -> {new_version}"
commit=true
Expand Down
2 changes: 1 addition & 1 deletion cxxbuild/cxxbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def usage():
u="""
cxxbuild=1.3.9
cxxbuild=1.3.10
Usage:
cxxbuild [build] [ROOT_PATH]
builds with cxxbuild, examples:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Igor Machado Coelho'

# The full version, including alpha/beta/rc tags
release = 'v1.3.9'
release = 'v1.3.10'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend="setuptools.build_meta"

[project]
name="cxxbuild"
version="1.3.9"
version="1.3.10"
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" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cxxbuild',
version='1.3.9',
version='1.3.10',
packages=['cxxbuild'],
# entry_points={
# 'console_scripts': [
Expand Down

0 comments on commit 3d28ba3

Please sign in to comment.