Skip to content

Commit

Permalink
Merge pull request #209 from kavitharaju/test-publish
Browse files Browse the repository at this point in the history
Version change for publishing
  • Loading branch information
kavitharaju authored Jul 18, 2023
2 parents 60c94b9 + f17b8a0 commit 3a0a012
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion py-usfm-parser/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0-alpha.6
current_version = 3.0.0-alpha.7
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-(?P<release>\w+).(?P<num>\d+)
Expand Down
2 changes: 1 addition & 1 deletion py-usfm-parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "usfm-grammar"
version = "3.0.0-alpha.6"
version = "3.0.0-alpha.7"
description = "Python parser for USFM files, based on tree-sitter-usfm3"
readme = "README.md"
authors = [{ name = "BCS Team", email = "joel@bridgeconn.com" }]
Expand Down
2 changes: 1 addition & 1 deletion py-usfm-parser/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def has_ext_modules(self):

setup(
name="usfm-grammar", # Required
version="3.0.0-alpha.6", # Required
version="3.0.0-alpha.7", # Required
python_requires=">=3.10",
install_requires=["tree-sitter", "lxml"], # Optional
package_data={ # Optional
Expand Down
2 changes: 1 addition & 1 deletion py-usfm-parser/src/usfm_grammar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
Format = usfm_parser.Format
USFMParser = usfm_parser.USFMParser

__version__ = "3.0.0-alpha.6"
__version__ = "3.0.0-alpha.7"
4 changes: 2 additions & 2 deletions tree-sitter-usfm3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tree-sitter-usfm3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-usfm3",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.7",
"description": "Grammar representation and parser for USFM language using tree-sitter",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit 3a0a012

Please sign in to comment.