generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I noticed the version bump for releasing 0.3.1 on PyPi was not published to github.
I realized this is not hurting anything, just surprised me for a second when I was installing a fork with some patches I made and noticed the version number go backwards.
diff -ru git_remote_s3-0.3.0/pyproject.toml git_remote_s3-0.3.1/pyproject.toml
--- git_remote_s3-0.3.0/pyproject.toml 1969-12-31 16:00:00
+++ git_remote_s3-0.3.1/pyproject.toml 1969-12-31 16:00:00
@@ -1,6 +1,6 @@
[tool.poetry]
name = "git-remote-s3"
-version = "0.3.0"
+version = "0.3.1"
description = "A git remote helper for Amazon S3"
authors = ["Massimiliano Angelino <angmas@amazon.com>"]
repository = "https://github.com/awslabs/git-remote-s3" ```Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels