Skip to content

Commit

Permalink
Bump version: 22.4.0 → 23.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrosss committed Apr 26, 2023
1 parent c45e1ad commit 6e76f92
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 22.4.0
current_version = 23.4.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitig-rs"
version = "22.4.0"
version = "23.4.0"
edition = "2021"
description = "Generate .gitignore files from the command-line"
authors = ["Andrew Ross <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gitig"
version = "22.4.0"
version = "23.4.0"
description = "Generate .gitignore files from the command-line"
authors = ["Andrew Ross <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/gitig.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from urllib.request import urlopen


__version__ = "22.4.0"
__version__ = "23.4.0"

REQUEST_TIMEOUT = 10 # seconds

Expand Down

0 comments on commit 6e76f92

Please sign in to comment.