Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnxm committed Jul 28, 2024
1 parent 7af5419 commit 88bd482
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Binary file removed dist/ezi18n-1.1.0-py3-none-any.whl
Binary file not shown.
Binary file removed dist/ezi18n-1.1.0.tar.gz
Binary file not shown.
Binary file added dist/ezi18n-1.1.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/ezi18n-1.1.1.tar.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '1.1.0'
VERSION = '1.1.1'
DESCRIPTION = 'A custom i18n implementation that is built to be easily used.'

# Setting up
Expand All @@ -27,4 +27,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
]
)
)
# command: python setup.py sdist bdist_wheel

0 comments on commit 88bd482

Please sign in to comment.