Skip to content

Commit

Permalink
Version 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcajasn committed May 12, 2024
1 parent 7bf86ad commit 39a0e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
copyright = '2020-2024, Dany Cajas'
author = 'Dany Cajas'

__version__ = "6.1.0"
__version__ = "6.1.1"

# The short X.Y version
version = '.'.join(__version__.split('.')[:2])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

MAJOR = 6
MINOR = 1
MICRO = 0
MICRO = 1
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

def write_version_py(filename='riskfolio/version.py'):
Expand Down

0 comments on commit 39a0e02

Please sign in to comment.