Skip to content

Commit

Permalink
Bump version: 0.4.8-dev0 → 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Jul 31, 2024
1 parent 727ce16 commit e2bc043
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 0.4.8-dev0
current_version = 0.4.8
commit = False
tag = False
allow_dirty = False
Expand Down
2 changes: 1 addition & 1 deletion latest_release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes: 0.4.8-dev0
# Release Notes: 0.4.8

## Bugfix release
- Fixed bugs in RemoteStorage related to name collisions and serialization.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package_dir={"": "src"},
packages=find_packages(where="src"),
include_package_data=True,
version="0.4.8-dev0",
version="0.4.8",
description="Utils for accessing data from anywhere",
install_requires=open("requirements.txt").readlines(),
setup_requires=["wheel"],
Expand Down
2 changes: 1 addition & 1 deletion src/accsr/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.8-dev0"
__version__ = "0.4.8"

0 comments on commit e2bc043

Please sign in to comment.