Skip to content

Commit

Permalink
Bump version: 0.3.4 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 5, 2023
1 parent 9292fd3 commit 7165dc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.4
current_version = 0.4.0
files = setup.py vasuki/__init__.py
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = open(os.path.join(here, 'README.rst')).read()

setup(name='vasuki',
version='0.3.4',
version='0.4.0',
description='Vasuki generates different kinds of random unique identifiers, tokens and words',
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down Expand Up @@ -58,7 +58,7 @@
'ulid-py==0.0.9',
'hashids==1.2.0',
'gibberish==0.4.0',
#'correct-horse==0.3.4',
#'correct-horse==0.4.0',
#'flufl.i18n==1.1.3',
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion vasuki/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Vasuki generates different kinds of random unique identifiers, tokens and words"""
__appname__ = 'vasuki'
__version__ = '0.3.4'
__version__ = '0.4.0'

from vasuki.unique.uuid import generate_uuid4
from vasuki.unique.ulid import generate_ulid
Expand Down

0 comments on commit 7165dc3

Please sign in to comment.