Skip to content

Commit bc824d6

Browse files
#v1.3.3
Readme error fixed
1 parent c9c6906 commit bc824d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# randomisedString v1.3.2
1+
# randomisedString v1.3.3
22

33
```pip install randomisedString --upgrade```
44

@@ -24,13 +24,13 @@ generator = StringGenerator()
2424
print(generator.AlphaNumeric(10, 10))
2525
>> 45HCMJ4SCy
2626
print(generator.OnlyNumeric(10, 10))
27-
>> cmkntCBmdp
27+
>> 1127163
2828
print(generator.OnlyAlpha(10, 10))
2929
>> UjfQZDDOOq
3030
print(generator.AlphaNumeric(5, 10))
3131
>> FxgirdEYB
3232
print(generator.OnlyNumeric(5, 10))
33-
>> XYfzAT
33+
>> 917478
3434
print(generator.OnlyAlpha(5, 10))
3535
>> HqGiHqt
3636
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "randomisedString"
9-
version = "1.3.2"
9+
version = "1.3.3"
1010
description = "A well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified."
1111
readme = "README.md"
1212
maintainers = [{ name = "Bhindi", email = "[email protected]" }]

randomisedString.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.3.2"
1+
__version__ = "1.3.3"
22
__packagename__ = "randomisedstring"
33

44

0 commit comments

Comments
 (0)