Skip to content

Commit

Permalink
Merge pull request #60 from week-end-manufacture/develop
Browse files Browse the repository at this point in the history
feat: Add ic rsc
  • Loading branch information
JoHyukJun authored Dec 13, 2024
2 parents 4927416 + 50d8703 commit 5be2b33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/libj/verlib.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"
4 changes: 0 additions & 4 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import os
from setuptools import setup, find_packages

with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
long_description = f.read()

def get_version():
version = {}
version_file_path = os.path.join('incoming', 'libj', 'verlib.py')
Expand All @@ -20,7 +17,6 @@ def get_version():
license='MIT License',
url='https://github.com/week-end-manufacture/incoming',
description='Our best file encoder',
long_description=long_description,
packages=find_packages(include=['libj', 'libj.*']),
py_modules=['main'],
install_requires = [
Expand Down

0 comments on commit 5be2b33

Please sign in to comment.