Skip to content

Commit

Permalink
Bumped up version to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ednarb29 committed Jan 28, 2022
1 parent e678fff commit 3a94bbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log

## 1.1.0
## v1.2.0

* Bumped up version to publish package

## v1.1.0

* Multi stream support

## 1.0.0
## v1.0.0

* Releasing initial implementation with single stream support
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools.command.install import install
from setuptools import setup, find_packages

VERSION = "v1.1.0"
VERSION = "v1.2.0"


class VerifyVersionCommand(install):
Expand Down

0 comments on commit 3a94bbb

Please sign in to comment.