From ea9bb45131371c1209a105f135f41ba864b5f4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Tue, 9 Apr 2024 09:19:41 +0200 Subject: [PATCH] v1.6 --- requirements.txt | 2 +- setup.cfg | 2 +- snakehouse/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fadeb61..dcb94b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Cython mako==1.1.0 satella==2.20.0 -MarkupSafe==1.1.1 \ No newline at end of file +MarkupSafe==1.1.1 diff --git a/setup.cfg b/setup.cfg index 5510d89..3c29bc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ [metadata] name = snakehouse keywords = cython, extension, multiple, pyx -version = 1.6a2 +version = 1.6 long-description = file: README.md long-description-content-type = text/markdown; charset=UTF-8 license_files = LICENSE diff --git a/snakehouse/__init__.py b/snakehouse/__init__.py index d3c1ec2..022c89e 100644 --- a/snakehouse/__init__.py +++ b/snakehouse/__init__.py @@ -7,4 +7,4 @@ from .requirements import read_requirements_txt, find_c, find_pyx_and_c, find_py try: __version__ = pkg_resources.require('snakehouse')[0].version except pkg_resources.DistributionNotFound: - __version__ = '1.6a2' + __version__ = '1.6' -- GitLab