Skip to content

Commit

Permalink
Bump version 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goggin committed Nov 10, 2022
1 parent 0ba8a67 commit c5ab09c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ninfo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pkg_resources import iter_entry_points

__version__ = "0.7.0"
__version__ = "0.8.0"

import memcache

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ninfo"
version = "0.7.0"
version = "0.8.0"
description = "Plugin based information gathering library"
readme = "README.md"
authors = [{ name = "Justin Azoff", email = "[email protected]" }, { name = "Ryan Goggin", email = "[email protected]" }]
Expand Down Expand Up @@ -35,7 +35,7 @@ Homepage = "https://github.com/ninfo-py/ninfo"
ninfo = "ninfo:main"

[tool.bumpver]
current_version = "0.7.0"
current_version = "0.8.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='ninfo',
version='0.7.0',
version='0.8.0',
zip_safe=False,
description="Plugin based information gathering library",
packages = find_packages(exclude=["tests"]),
Expand Down

0 comments on commit c5ab09c

Please sign in to comment.