Skip to content

Commit

Permalink
Bump version v0.1.1 -> v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Jun 23, 2022
1 parent 5e4f18a commit 4e917e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marketplace/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
except RuntimeError:
__version__ = get_version("marketplace-sdk").serialize()
except ImportError:
__version__ = "v0.1.2"
__version__ = "v0.2.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = marketplace_sdk
version = v0.1.2
version = v0.2.0
description = Software Development Toolkit to communicate with the Materials MarketPlace platform.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 4e917e3

Please sign in to comment.