Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed May 29, 2022
1 parent ff7300d commit 0627035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/development/adding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In your `requirements.txt`, simply add the following line:

.. code-block:: rst
vskernels>=1.0.0
vskernels>=1.0.1
You can then easily import vskernels as you would normally
without having to worry whether your users have vskernels installed.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
install_requires = fh.read()

name = "vs-kernels"
version = "1.0.0"
release = "1.0.0"
version = "1.0.1"
release = "1.0.1"

setuptools.setup(
name=name,
Expand Down

0 comments on commit 0627035

Please sign in to comment.