Skip to content

Commit

Permalink
fix: Bump version since tag already existed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelketek committed Jul 21, 2022
1 parent ed7b819 commit d6f0252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name='short_stuff',
version='1.0.2',
version='1.1.0',
author='Fox Danger Piacenti',
author_email='[email protected]',
description='Set of utilities for managing unique shortcodes.',
Expand Down
2 changes: 1 addition & 1 deletion ts_version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "short-stuff",
"version": "1.0.2",
"version": "1.1.0",
"description": "Short Stuff is a set of helper functions used for generating short unique identifiers, such as those used in YouTube video IDs or in URL shorteners.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d6f0252

Please sign in to comment.