Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmegias authored Feb 23, 2023
1 parent 8c8e8e3 commit d6fa13a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "richvalues" %}
{% set version = "1.2.1" %}
{% set version = "1.2.2" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: a84f636bc683373601d7b0f28cc1714879bc13454cba4eab92d20e7751bd2679
sha256: dd10f5363ea915e570d5030e429087689519d39cac20fea4e6ff8e5697f4ed17

build:
number: 0
Expand All @@ -32,7 +32,7 @@ about:
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: "Python library for dealing with uncertainties and upper/lower limits"
summary: "Python library for working with uncertainties and upper/lower limits"
doc_url:
dev_url:

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "richvalues"
version = "1.2.1"
description = "Python library for dealing with uncertainties and upper/lower limits"
version = "1.2.2"
description = "Python library for working with uncertainties and upper/lower limits"
license = {file="LICENSE"}
authors = [{name="Andrés Megías Toledano"}]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setuptools.setup(
name = 'richvalues',
version = '1.2.1',
version = '1.2.2',
license = 'BSD-3-Clause',
author = 'Andrés Megías Toledano',
description = 'Python library for dealing with uncertainties and upper/lower limits',
description = 'Python library for working with uncertainties and upper/lower limits',
long_description = long_description,
long_description_content_type = 'text/markdown',
packages = setuptools.find_packages('./'),
Expand Down

0 comments on commit d6fa13a

Please sign in to comment.