Skip to content

Commit 0106ffb

Browse files
authored
Merge pull request #44 from NeoMedSys/remove-minor-constraint
remove annoying constaint on minors
2 parents 2e5495a + b47273f commit 0106ffb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MRSAL AMQP
2-
[![Release](https://img.shields.io/badge/release-1.0.9-etalue.svg)](https://pypi.org/project/mrsal/) [![Python 3.10](https://img.shields.io/badge/python-3.10--3.11--3.12-blue.svg)](https://www.python.org/downloads/release/python-3103/)[![Mrsal Workflow](https://github.com/NeoMedSys/mrsal/actions/workflows/mrsal.yaml/badge.svg?branch=main)](https://github.com/NeoMedSys/mrsal/actions/workflows/mrsal.yaml)
2+
[![Release](https://img.shields.io/badge/release-1.2.6lue.svg)](https://pypi.org/project/mrsal/) [![Python 3.10](https://img.shields.io/badge/python-3.10,3.11,3.12lue.svg)](https://www.python.org/downloads/release/python-3103/)[![Mrsal Workflow](https://github.com/NeoMedSys/mrsal/actions/workflows/mrsal.yaml/badge.svg?branch=main)](https://github.com/NeoMedSys/mrsal/actions/workflows/mrsal.yaml)
33

44

55
## Intro

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = ""
66
maintainers = ["Raafat <rafatzahran90@gmail.com>", "Jon E Nesvold <jnesvold@pm.me>"]
77
name = "mrsal"
88
readme = "README.md"
9-
version = "1.2.5b"
9+
version = "1.2.6b"
1010

1111
[tool.poetry.dependencies]
1212
colorlog = "^6.7.0"
@@ -15,7 +15,7 @@ python = "^3.10"
1515
retry = "^0.9.2"
1616
tenacity = "^9.0.0"
1717
sphinx = "^8.0.2"
18-
neolibrary = "^0.9.4b1"
18+
neolibrary = "^0"
1919
aio-pika = "^9.4.3"
2020

2121
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)