Skip to content

Commit

Permalink
RLS: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attack68 committed Mar 21, 2024
1 parent 27fedcc commit a535597
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ include rateslib/data/chf_rfr.csv
include rateslib/data/nok_rfr.csv
include rateslib/data/sek_rfr.csv
include rateslib/data/usd_rfr.csv

include rateslib/dual/*
include rateslib/splines/*
2 changes: 1 addition & 1 deletion docs/source/i_whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ email contact through **[email protected]**.
- no ETA


1.1.0 (20th Mar 2024)
1.1.1 (21st Mar 2024)
**********************

.. list-table::
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rateslib"
version = "1.1.0"
version = "1.1.1"
description = "A fixed income library for trading interest rates"
readme = "README.md"
authors = [{ name = "J H M Darbyshire"}]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(include_package_data=True)
setup(include_package_data=True, packages=find_packages())

0 comments on commit a535597

Please sign in to comment.