Skip to content

Commit

Permalink
Merge branch 'release/v0.4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Dec 6, 2023
2 parents df62fa0 + 805c983 commit 2aa5e2b
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 = 0.4.5
current_version = 0.4.6
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.5
# Release Notes: 0.4.6

## Bugfix release
- Fixed bugs in RemoteStorage related to name collisions and serialization.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>1
apache-libcloud==3.7.0
tqdm==4.48.2
tqdm>=4.48.2
pyyaml==6.0.1
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.5",
version="0.4.6",
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.5"
__version__ = "0.4.6"

0 comments on commit 2aa5e2b

Please sign in to comment.