Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyazovetskov Vladimir committed May 28, 2022
1 parent f8f0a2f commit 9059d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ publish:
# How to release:
# 1) git pull
# 2) make bump_version
# 3) update __version__ var in pydjantic/__init__.py
# 3) update __version__ var in s3_objects_tracker/__init__.py
# 4) make build
# 5) make publish
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 = "object-storage-adapter"
version = "0.4.0"
version = "0.1.0"
description = "Track already processed objects inside your s3 bucket."
authors = ["Vladimir Vyazovetskov <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9059d8c

Please sign in to comment.