Skip to content

Commit

Permalink
lower version to 1.0.0 again (needed *a* push)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed May 29, 2022
1 parent 0627035 commit cfcbcbf
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.1
vskernels>=1.0.0
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.1"
release = "1.0.1"
version = "1.0.0"
release = "1.0.0"

setuptools.setup(
name=name,
Expand Down

0 comments on commit cfcbcbf

Please sign in to comment.