Release 3.2

pull/11/head 3.2
Yax 2 years ago
parent 6722a0de5c
commit 6f3e4c0e9b

@ -1,6 +1,6 @@
FROM python:3.10-alpine
ARG STACOSYS_VERSION=3.1
ARG STACOSYS_VERSION=3.2
ARG STACOSYS_FILENAME=stacosys-${STACOSYS_VERSION}-py3-none-any.whl
RUN apk update && apk add bash && apk add wget

@ -1,6 +1,6 @@
[tool.poetry]
name = "stacosys"
version = "3.1"
version = "3.2"
description = "STAtic COmmenting SYStem"
authors = ["Yax"]
readme = "README.md"

@ -1 +1 @@
__version__ = "2.0"
__version__ = "3.2"

@ -5,4 +5,4 @@ from stacosys import __version__
class StacosysTestCase(unittest.TestCase):
def test_version(self):
self.assertEqual("2.0", __version__)
self.assertEqual("3.2", __version__)

Loading…
Cancel
Save