Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnav Jindal committed Nov 12, 2020
1 parent 95c2afc commit 28356ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polaroid"
version = "0.2.6"
version = "0.2.7"
authors = ["Arnav Jindal <60603110+Daggy1234@users.noreply.github.com>"]
edition = "2018"
description="Hyper Fast and safe image manipulation library for python. Powered by rust."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Polaroid
![Travis](https://img.shields.io/travis/com/daggy1234/polaroid?logo=travis) ![Actions](https://img.shields.io/github/workflow/status/Daggy1234/polaroid/Continuous%20Integration?logo=github) ![License](https://img.shields.io/github/license/Daggy1234/polaroid?color=red) ![Wheel](https://img.shields.io/pypi/wheel/polaroid?color=blue&logo=pypi) ![Python](https://img.shields.io/pypi/pyversions/polaroid?color=yellow&logo=python&logoColor=yellow) ![Version](https://img.shields.io/pypi/v/polaroid) ![Chat](https://img.shields.io/discord/491175207122370581?color=gray&logo=discord) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/bcdd2cf0cba6446f81ff6580465c2dda)](https://www.codacy.com/gh/Daggy1234/polaroid/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Daggy1234/polaroid&amp;utm_campaign=Badge_Grade)
![Travis](https://img.shields.io/travis/com/daggy1234/polaroid?logo=travis) ![Actions](https://img.shields.io/github/workflow/status/Daggy1234/polaroid/Continuous%20Integration?logo=github) ![License](https://img.shields.io/github/license/Daggy1234/polaroid?color=red) ![Wheel](https://img.shields.io/pypi/wheel/polaroid?color=blue&logo=pypi) ![Python](https://img.shields.io/pypi/pyversions/polaroid?color=yellow&logo=python&logoColor=yellow) ![Version](https://img.shields.io/pypi/v/polaroid) ![Chat](https://img.shields.io/discord/491175207122370581?color=gray&logo=discord) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/bf1af7c59fd84144b5f29f8d8b27e5ba)](https://www.codacy.com/gh/Daggy1234/polaroid/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Daggy1234/polaroid&amp;utm_campaign=Badge_Grade)
## Hyper fast image processing

This is a Work in Progress. DO NOT USE in production.
Expand Down
4 changes: 2 additions & 2 deletions polaroid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .polaroid import Image,Gif, Rgb
from collections import namedtuple

__version__ = '0.2.6'
__version__ = '0.2.7'
__author__ = "Daggy1234"
__license__ = "MIT"
__copyright__ = "Copyright 2020 Daggy1234"
Expand All @@ -20,5 +20,5 @@
VersionInfo = namedtuple('VersionInfo',
'major minor micro releaselevel serial')

version_info = VersionInfo(major=0, minor=2, micro=6, releaselevel='development',
version_info = VersionInfo(major=0, minor=2, micro=7, releaselevel='development',
serial=0)
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 = "polaroid"
version = "0.2.6"
version = "0.2.7"
description = "Hyper Fast and safe image manipulation for python. Powered by rust."
license="MIT"
authors = ["Arnav Jindal <60603110+Daggy1234@users.noreply.github.com>"]
Expand Down

0 comments on commit 28356ee

Please sign in to comment.