Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Apr 16, 2022
1 parent 3675c70 commit 1e80ef3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
# -- Project information -----------------------------------------------------

project = 'lvsfunc'
copyright = '2021, LightArrowsEXE'
copyright = '2022, LightArrowsEXE'
author = 'LightArrowsEXE'

# The short X.Y version
version = '0.4.0'
version = '0.4.1'

# The full version, including alpha/beta/rc tags
release = '0.4.0'
release = '0.4.1'

# -- General configuration ---------------------------------------------------

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 = "lvsfunc"
version = "0.4.0"
release = "0.4.0"
version = "0.4.1"
release = "0.4.1"

setuptools.setup(
name=name,
Expand Down

0 comments on commit 1e80ef3

Please sign in to comment.