Skip to content

Commit

Permalink
V0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyestep committed Jan 11, 2018
1 parent 8b6baad commit 8ca77b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cbopensource/connectors/skyatp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "0.9.1"
2 changes: 1 addition & 1 deletion python-cb-skyatp-connector.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define name python-cb-skyatp-connector
%define version 0.9
%define unmangled_version 0.9
%define release 0
%define release 1
%global _enable_debug_package 0
%global debug_package %{nil}
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def get_data_files(rootdir):

setup(
name='python-cb-skyatp-connector',
version="0.9",
version="0.9.1",
packages=['cbopensource', 'cbopensource.connectors', 'cbopensource.connectors.skyatp'],
url='https://github.com/carbonblack/cb-skyatp-connector',
license='MIT',
Expand Down

0 comments on commit 8ca77b5

Please sign in to comment.