Skip to content

Commit 60dc0b6

Browse files
committed
v0.1.0 ready for beta
1 parent 377d098 commit 60dc0b6

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# BETA - NOTE: This is a BETA release. This codebase should not be used for production workloads.
2+
13
# Britive CLI - Pure Python Implementation
24

35

@@ -12,7 +14,7 @@
1214
installed via the published tar balls in the GitHub repo.
1315

1416
~~~bash
15-
pip install https://github.com/britive/python-cli/releases/download/v1.0.0/pybritive-1.0.0.tar.gz
17+
pip install https://github.com/britive/python-cli/releases/download/v0.1.0/pybritive-0.1.0.tar.gz
1618
~~~
1719

1820
The end user is free to install the CLI into a virtual environment or in the global scope, so it is available
@@ -101,7 +103,7 @@ _PYBRITIVE_COMPLETE=bash_source pybritive > ~/.pybritive-complete.bash
101103
Source the file in `~/.bashrc`.
102104

103105
~~~
104-
. ~/.pybritive-complete.bash
106+
source ~/.pybritive-complete.bash
105107
~~~
106108

107109
### Zsh
@@ -114,7 +116,7 @@ _PYBRITIVE_COMPLETE=zsh_source pybritive > ~/.pybritive-complete.zsh
114116
Source the file in `~/.zshrc`.
115117

116118
~~~
117-
. ~/.pybritive-complete.zsh
119+
source ~/.pybritive-complete.zsh
118120
~~~
119121

120122
### Fish

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybritive
3-
version = 0.0.18
3+
version = 0.1.0
44
author = Britive Inc.
55
author_email = support@britive.com
66
description = A pure Python CLI for Britive

0 commit comments

Comments
 (0)