Skip to content

Commit

Permalink
update reserver version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 7, 2025
1 parent c4289f0 commit 36196b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion otherfiles/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "reserver" %}
{% set version = "0.3" %}
{% set version = "0.4" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion otherfiles/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
import codecs
Failed = 0
RESERVER_VERSION = "0.3"
RESERVER_VERSION = "0.4"


SETUP_ITEMS = [
Expand Down
2 changes: 1 addition & 1 deletion reserver/reserver_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OVERVIEW = """
Reserver is an open source Python package that offers the ability to quickly reserve a PyPI package name. Got a notion? Before it's taken, immediately reserve the product name!
"""
RESERVER_VERSION = "0.3"
RESERVER_VERSION = "0.4"
RESERVER_NAME = "reserver"
PACKAGE_PARAMETERS = {
"description": "This name has been reserved using Reserver",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ def read_description():
setup(
name='reserver',
packages=['reserver',],
version='0.3',
version='0.4',
description='PyPI package name reserver',
long_description=read_description(),
long_description_content_type='text/markdown',
author='Reserver Development Team',
author_email='[email protected]',
url='https://github.com/openscilab/reserver',
download_url='https://github.com/openscilab/reserver/tarball/v0.3',
download_url='https://github.com/openscilab/reserver/tarball/v0.4',
keywords="pypi pip package name reserve reserver reservation python",
project_urls={
'Source': 'https://github.com/openscilab/reserver',
Expand Down

0 comments on commit 36196b4

Please sign in to comment.