Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 27, 2023
1 parent 8b7a15a commit aacb2af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bqscales/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bqscales",
"version": "0.3.2",
"version": "0.3.3",
"description": "Grammar of Graphics in Python",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"traitlets>=4.3.0",
"traittypes>=0.0.6",
]
version = "0.3.2"
version = "0.3.3"

[project.license]
file = "LICENSE"
Expand Down Expand Up @@ -76,7 +76,7 @@ field = [
]

[tool.tbump.version]
current = "0.3.2"
current = "0.3.3"
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"

[tool.tbump.git]
Expand Down

0 comments on commit aacb2af

Please sign in to comment.