Skip to content

Commit

Permalink
Merge pull request #5 from PrimedigitalGlobal/vs_0.0.2
Browse files Browse the repository at this point in the history
Release Version 0.0.2
  • Loading branch information
vaibhav-pdgt authored Feb 23, 2023
2 parents e95cd87 + 09d4fdf commit 52e1db1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}
{major}.{minor}.{patch}

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Apple Pass Generator

__Version:__ 0.0.1
__Version:__ 0.0.2

## Overview

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Poetry Ref: https://python-poetry.org/docs/pyproject/
[tool.poetry]
name = "applepassgenerator"
version = "0.0.1"
version = "0.0.2"
description = "Python package to create passes compatible with Apple Wallet."
authors = ["Primedigital Global <oss@primedigital.tech>"]
maintainers = [
Expand Down
2 changes: 1 addition & 1 deletion src/applepassgenerator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
__author__ = "Primedigital Global"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.0.1"
assert __version__ == "0.0.2"

0 comments on commit 52e1db1

Please sign in to comment.